Gemfile.lock in ar-enums-0.3.9 vs Gemfile.lock in ar-enums-1.0.0

- old
+ new

@@ -1,60 +1,45 @@ PATH remote: . specs: - ar-enums (0.3.9) - activerecord + ar-enums (1.0.0) + activerecord (>= 3.1.0) rake GEM remote: http://rubygems.org/ specs: - activemodel (3.0.10) - activesupport (= 3.0.10) - builder (~> 2.1.2) - i18n (~> 0.5.0) - activerecord (3.0.10) - activemodel (= 3.0.10) - activesupport (= 3.0.10) - arel (~> 2.0.10) - tzinfo (~> 0.3.23) - activesupport (3.0.10) - archive-tar-minitar (0.5.2) - arel (2.0.10) - builder (2.1.2) - columnize (0.3.2) + activemodel (3.1.1) + activesupport (= 3.1.1) + builder (~> 3.0.0) + i18n (~> 0.6) + activerecord (3.1.1) + activemodel (= 3.1.1) + activesupport (= 3.1.1) + arel (~> 2.2.1) + tzinfo (~> 0.3.29) + activesupport (3.1.1) + multi_json (~> 1.0) + arel (2.2.1) + builder (3.0.0) diff-lcs (1.1.2) - i18n (0.5.0) - linecache19 (0.5.11) - ruby_core_source (>= 0.1.4) + i18n (0.6.0) + multi_json (1.0.3) rake (0.9.2.2) rspec (2.4.0) rspec-core (~> 2.4.0) rspec-expectations (~> 2.4.0) rspec-mocks (~> 2.4.0) rspec-core (2.4.0) rspec-expectations (2.4.0) diff-lcs (~> 1.1.2) rspec-mocks (2.4.0) - ruby-debug-base19 (0.11.24) - columnize (>= 0.3.1) - linecache19 (>= 0.5.11) - ruby_core_source (>= 0.1.4) - ruby-debug19 (0.11.6) - columnize (>= 0.3.1) - linecache19 (>= 0.5.11) - ruby-debug-base19 (>= 0.11.19) - ruby_core_source (0.1.4) - archive-tar-minitar (>= 0.5.2) - sqlite3 (1.3.3) - sqlite3-ruby (1.3.3) - sqlite3 (>= 1.3.3) - tzinfo (0.3.29) + sqlite3 (1.3.4) + tzinfo (0.3.31) PLATFORMS ruby DEPENDENCIES ar-enums! rspec - ruby-debug19 - sqlite3-ruby + sqlite3 (>= 1.3.4)