Gemfile.lock in doeskeyvalue-0.2.2 vs Gemfile.lock in doeskeyvalue-0.9.0
- old
+ new
@@ -1,18 +1,53 @@
GEM
remote: http://rubygems.org/
specs:
+ activemodel (3.2.8)
+ activesupport (= 3.2.8)
+ builder (~> 3.0.0)
+ activerecord (3.2.8)
+ activemodel (= 3.2.8)
+ activesupport (= 3.2.8)
+ arel (~> 3.0.2)
+ tzinfo (~> 0.3.29)
+ activesupport (3.2.8)
+ i18n (~> 0.6)
+ multi_json (~> 1.0)
+ arel (3.0.2)
+ builder (3.0.3)
+ diff-lcs (1.1.3)
git (1.2.5)
- hashie (1.0.0)
- jeweler (1.5.2)
- bundler (~> 1.0.0)
+ hashie (1.2.0)
+ i18n (0.6.1)
+ jeweler (1.8.4)
+ bundler (~> 1.0)
git (>= 1.2.5)
rake
- rake (0.8.7)
+ rdoc
+ json (1.7.5)
+ multi_json (1.3.6)
+ rake (0.9.2.2)
+ rdoc (3.12)
+ json (~> 1.4)
+ rspec (2.11.0)
+ rspec-core (~> 2.11.0)
+ rspec-expectations (~> 2.11.0)
+ rspec-mocks (~> 2.11.0)
+ rspec-core (2.11.1)
+ rspec-expectations (2.11.3)
+ diff-lcs (~> 1.1.3)
+ rspec-mocks (2.11.2)
+ sqlite3 (1.3.6)
+ tzinfo (0.3.33)
PLATFORMS
ruby
DEPENDENCIES
- bundler (~> 1.0.0)
- hashie
- jeweler (~> 1.5.2)
+ activerecord (~> 3.2.0)
+ activesupport (~> 3.2.0)
+ bundler (~> 1.1.0)
+ hashie (~> 1.2.0)
+ jeweler (~> 1.8.4)
+ rdoc (~> 3.12)
+ rspec (>= 2.11.0)
+ sqlite3 (>= 1.3.6)