Gemfile.lock in scoped_from-0.8.1 vs Gemfile.lock in scoped_from-0.8.2

- old
+ new

@@ -1,56 +1,59 @@ PATH remote: . specs: - scoped_from (0.8.1) - activerecord (~> 4.0.0) - activesupport (~> 4.0.0) + scoped_from (0.8.2) + activerecord (~> 4.1.0) + activesupport (~> 4.1.0) GEM remote: https://rubygems.org/ specs: - activemodel (4.0.2) - activesupport (= 4.0.2) - builder (~> 3.1.0) - activerecord (4.0.2) - activemodel (= 4.0.2) - activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.2) - arel (~> 4.0.0) - activerecord-deprecated_finders (1.0.3) - activesupport (4.0.2) - i18n (~> 0.6, >= 0.6.4) - minitest (~> 4.2) - multi_json (~> 1.3) + activemodel (4.1.1) + activesupport (= 4.1.1) + builder (~> 3.1) + activerecord (4.1.1) + activemodel (= 4.1.1) + activesupport (= 4.1.1) + arel (~> 5.0.0) + activesupport (4.1.1) + i18n (~> 0.6, >= 0.6.9) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) thread_safe (~> 0.1) - tzinfo (~> 0.3.37) - arel (4.0.1) - atomic (1.1.14) - builder (3.1.4) + tzinfo (~> 1.1) + arel (5.0.1.20140414130214) + builder (3.2.2) + byebug (3.1.2) + 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) - minitest (4.7.5) - multi_json (1.8.2) - rake (10.1.0) + json (1.8.1) + minitest (5.3.3) + rake (10.3.1) rspec (2.14.1) rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) rspec-mocks (~> 2.14.0) - rspec-core (2.14.7) - rspec-expectations (2.14.4) + rspec-core (2.14.8) + rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.14.4) - sqlite3 (1.3.8) + rspec-mocks (2.14.6) + sqlite3 (1.3.9) sqlite3-ruby (1.3.3) sqlite3 (>= 1.3.3) - thread_safe (0.1.3) - atomic - tzinfo (0.3.38) + thread_safe (0.3.3) + tzinfo (1.1.0) + thread_safe (~> 0.1) PLATFORMS ruby DEPENDENCIES - rake (~> 10.1.0) + byebug (~> 3.1.2) + rake (~> 10.3.0) rspec (~> 2.14.0) scoped_from! sqlite3-ruby (~> 1.3.0)