Gemfile.lock in has_translations-1.0.0 vs Gemfile.lock in has_translations-1.1.0
- old
+ new
@@ -1,48 +1,54 @@
PATH
remote: .
specs:
- has_translations (1.0.0)
- activerecord (>= 3.1.0)
- activesupport (>= 3.1.0)
+ has_translations (1.1.0)
+ activerecord (>= 3.2.0)
+ activesupport (>= 3.2.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)
- thread_safe (~> 0.1)
- tzinfo (~> 0.3.37)
- appraisal (0.5.2)
+ activemodel (4.2.4)
+ activesupport (= 4.2.4)
+ builder (~> 3.1)
+ activerecord (4.2.4)
+ activemodel (= 4.2.4)
+ activesupport (= 4.2.4)
+ arel (~> 6.0)
+ activesupport (4.2.4)
+ i18n (~> 0.7)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
+ thread_safe (~> 0.3, >= 0.3.4)
+ tzinfo (~> 1.1)
+ appraisal (2.1.0)
bundler
rake
- arel (4.0.0)
- atomic (1.1.10)
- builder (3.1.4)
- i18n (0.6.4)
- minitest (4.7.5)
- multi_json (1.7.7)
- rake (10.1.0)
- sqlite3 (1.3.7)
- thread_safe (0.1.2)
- atomic
- tzinfo (0.3.37)
+ thor (>= 0.14.0)
+ arel (6.0.3)
+ builder (3.2.2)
+ i18n (0.7.0)
+ json (1.8.3)
+ minitest (5.8.2)
+ power_assert (0.2.5)
+ rake (10.4.2)
+ sqlite3 (1.3.11)
+ test-unit (3.1.5)
+ power_assert
+ thor (0.19.1)
+ thread_safe (0.3.5)
+ tzinfo (1.2.2)
+ thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
appraisal
has_translations!
rake
sqlite3
+ test-unit
+
+BUNDLED WITH
+ 1.10.6