Gemfile.lock in wherex-1.0.8 vs Gemfile.lock in wherex-1.1.0
- old
+ new
@@ -1,44 +1,72 @@
PATH
remote: .
specs:
- wherex (1.0.6)
- activerecord (>= 3.0)
- arel (>= 2.0)
+ wherex (1.0.8)
+ activerecord (>= 3.1)
GEM
remote: http://rubygems.org/
specs:
- activemodel (3.2.3)
- activesupport (= 3.2.3)
- builder (~> 3.0.0)
- activerecord (3.2.3)
- activemodel (= 3.2.3)
- activesupport (= 3.2.3)
- arel (~> 3.0.2)
- tzinfo (~> 0.3.29)
- activesupport (3.2.3)
- i18n (~> 0.6)
+ activemodel (4.1.8)
+ activesupport (= 4.1.8)
+ builder (~> 3.1)
+ activerecord (4.1.8)
+ activemodel (= 4.1.8)
+ activesupport (= 4.1.8)
+ arel (~> 5.0.0)
+ activesupport (4.1.8)
+ i18n (~> 0.6, >= 0.6.9)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
+ thread_safe (~> 0.1)
+ tzinfo (~> 1.1)
+ ansi (1.4.3)
+ appraisal (1.0.2)
+ bundler
+ rake
+ thor (>= 0.14.0)
+ arel (5.0.1.20140414130214)
+ builder (3.2.2)
+ codeclimate-test-reporter (0.4.1)
+ simplecov (>= 0.7.1, < 1.0.0)
+ docile (1.1.5)
+ i18n (0.6.11)
+ json (1.8.1)
+ minitap (0.5.3)
+ minitest (~> 5.0)
+ minitest-reporter-api (>= 0.0.2)
+ tapout (>= 0.3.0)
+ minitest (5.4.3)
+ minitest-reporter-api (0.0.5)
+ minitest (~> 5.0)
+ multi_json (1.10.1)
+ mysql2 (0.3.13)
+ pg (0.17.1)
+ rake (10.4.0)
+ simplecov (0.9.1)
+ docile (~> 1.1.0)
multi_json (~> 1.0)
- ansi (1.2.2)
- arel (3.0.2)
- builder (3.0.0)
- i18n (0.6.0)
- multi_json (1.2.0)
- rake (0.8.7)
- rcov (0.9.9)
- redgreen (1.2.2)
- sqlite3 (1.3.5)
- turn (0.8.2)
- ansi (>= 1.2.2)
- tzinfo (0.3.32)
+ simplecov-html (~> 0.8.0)
+ simplecov-html (0.8.0)
+ sqlite3 (1.3.10)
+ tapout (0.4.5)
+ ansi
+ json
+ thor (0.19.1)
+ thread_safe (0.3.4)
+ tzinfo (1.2.2)
+ thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
- rake (>= 0.8.3)
- rcov
- redgreen
- sqlite3
- turn
+ appraisal
+ codeclimate-test-reporter
+ minitap
+ mysql2
+ pg
+ rake (>= 1.0)
+ sqlite3 (>= 1.3.7)
+ tapout
wherex!