Gemfile.lock in multilang-hstore-1.0.1 vs Gemfile.lock in multilang-hstore-1.0.2
- old
+ new
@@ -1,45 +1,48 @@
GEM
remote: http://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.2.0)
+ activesupport (= 4.2.0)
+ builder (~> 3.1)
+ activerecord (4.2.0)
+ activemodel (= 4.2.0)
+ activesupport (= 4.2.0)
+ arel (~> 6.0)
+ activesupport (4.2.0)
+ i18n (~> 0.7)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
+ thread_safe (~> 0.3, >= 0.3.4)
+ tzinfo (~> 1.1)
+ arel (6.0.0)
+ builder (3.2.2)
+ diff-lcs (1.2.5)
+ i18n (0.7.0)
+ json (1.8.2)
+ minitest (5.5.1)
+ pg (0.18.1)
+ rake (10.4.2)
+ rspec (3.1.0)
+ rspec-core (~> 3.1.0)
+ rspec-expectations (~> 3.1.0)
+ rspec-mocks (~> 3.1.0)
+ rspec-core (3.1.7)
+ rspec-support (~> 3.1.0)
+ rspec-expectations (3.1.2)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.1.0)
+ rspec-mocks (3.1.3)
+ rspec-support (~> 3.1.0)
+ rspec-support (3.1.2)
+ thread_safe (0.3.4)
+ tzinfo (1.2.2)
thread_safe (~> 0.1)
- tzinfo (~> 0.3.37)
- arel (4.0.0)
- atomic (1.1.9)
- builder (3.1.4)
- diff-lcs (1.1.3)
- i18n (0.6.4)
- minitest (4.7.5)
- multi_json (1.7.7)
- pg (0.14.1)
- rspec (2.12.0)
- rspec-core (~> 2.12.0)
- rspec-expectations (~> 2.12.0)
- rspec-mocks (~> 2.12.0)
- rspec-core (2.12.2)
- rspec-expectations (2.12.1)
- diff-lcs (~> 1.1.3)
- rspec-mocks (2.12.2)
- thread_safe (0.1.0)
- atomic
- tzinfo (0.3.37)
PLATFORMS
ruby
DEPENDENCIES
activerecord (>= 4.0.0)
pg (>= 0.0.1)
+ rake
rspec