Gemfile.lock in scoped_from-0.8.3 vs Gemfile.lock in scoped_from-0.8.4
- old
+ new
@@ -1,63 +1,63 @@
PATH
remote: .
specs:
- scoped_from (0.8.3)
- activerecord (~> 4.1.0)
- activesupport (~> 4.1.0)
+ scoped_from (0.8.4)
+ activerecord (>= 4.1.0, < 4.2.0)
+ activesupport (>= 4.1.0, < 4.2.0)
GEM
remote: https://rubygems.org/
specs:
- activemodel (4.1.1)
- activesupport (= 4.1.1)
+ activemodel (4.1.5)
+ activesupport (= 4.1.5)
builder (~> 3.1)
- activerecord (4.1.1)
- activemodel (= 4.1.1)
- activesupport (= 4.1.1)
+ activerecord (4.1.5)
+ activemodel (= 4.1.5)
+ activesupport (= 4.1.5)
arel (~> 5.0.0)
- activesupport (4.1.1)
+ activesupport (4.1.5)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
tzinfo (~> 1.1)
arel (5.0.1.20140414130214)
builder (3.2.2)
- byebug (3.1.2)
+ byebug (3.2.0)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
columnize (0.8.9)
debugger-linecache (1.2.0)
diff-lcs (1.2.5)
- i18n (0.6.9)
+ i18n (0.6.11)
json (1.8.1)
- minitest (5.3.4)
+ minitest (5.4.0)
rake (10.3.2)
rspec (3.0.0)
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
- rspec-core (3.0.1)
+ rspec-core (3.0.4)
rspec-support (~> 3.0.0)
- rspec-expectations (3.0.1)
+ rspec-expectations (3.0.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
- rspec-mocks (3.0.1)
+ rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
- rspec-support (3.0.0)
+ rspec-support (3.0.4)
sqlite3 (1.3.9)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
thread_safe (0.3.4)
- tzinfo (1.2.1)
+ tzinfo (1.2.2)
thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
- byebug (~> 3.1.2)
- rake (~> 10.3.0)
- rspec (~> 3.0.0)
+ byebug (>= 3.2.0, < 3.3.0)
+ rake (>= 10.3.0, < 10.4.0)
+ rspec (>= 3.0.0, < 3.1.0)
scoped_from!
- sqlite3-ruby (~> 1.3.0)
+ sqlite3-ruby (>= 1.3.0, < 1.4.0)