Gemfile.lock in association_callbacks-0.2.0 vs Gemfile.lock in association_callbacks-0.2.1

- old
+ new

@@ -1,56 +1,53 @@ PATH remote: . specs: - association_callbacks (0.2.0) - activerecord (~> 4.0.0) - activesupport (~> 4.0.0) + association_callbacks (0.2.1) + activerecord (~> 4.1.0) + activesupport (~> 4.1.0) GEM remote: https://rubygems.org/ specs: - activemodel (4.0.0) - activesupport (= 4.0.0) - builder (~> 3.1.0) - activerecord (4.0.0) - activemodel (= 4.0.0) - activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.0) - arel (~> 4.0.0) - activerecord-deprecated_finders (1.0.3) - activesupport (4.0.0) - 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.0) - atomic (1.1.10) - builder (3.1.4) - diff-lcs (1.2.4) - i18n (0.6.4) - minitest (4.7.5) - multi_json (1.7.7) - rake (10.1.0) + tzinfo (~> 1.1) + arel (5.0.1.20140414130214) + builder (3.2.2) + diff-lcs (1.2.5) + i18n (0.6.9) + 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.3) - rspec-expectations (2.14.0) + rspec-core (2.14.8) + rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.14.1) - sqlite3 (1.3.7) + rspec-mocks (2.14.6) + sqlite3 (1.3.9) sqlite3-ruby (1.3.3) sqlite3 (>= 1.3.3) - thread_safe (0.1.0) - atomic - tzinfo (0.3.37) + thread_safe (0.3.3) + tzinfo (1.1.0) + thread_safe (~> 0.1) PLATFORMS ruby DEPENDENCIES association_callbacks! - rake (~> 10.1.0) + rake (~> 10.3.0) rspec (~> 2.14.0) sqlite3-ruby (~> 1.3.0)