Gemfile.lock in bank-validator-0.0.1 vs Gemfile.lock in bank-validator-0.0.2
- old
+ new
@@ -1,15 +1,23 @@
GEM
remote: http://rubygems.org/
specs:
+ activemodel (4.2.1)
+ activesupport (= 4.2.1)
+ builder (~> 3.1)
+ activerecord (4.2.1)
+ activemodel (= 4.2.1)
+ activesupport (= 4.2.1)
+ arel (~> 6.0)
activesupport (4.2.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.7)
+ arel (6.0.0)
builder (3.2.2)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
docile (1.1.5)
faraday (0.9.1)
@@ -71,9 +79,11 @@
PLATFORMS
ruby
DEPENDENCIES
+ activerecord
+ activesupport
bundler (~> 1.0)
jeweler (~> 2.0)
rdoc (~> 3.12)
shoulda (~> 3.5)
simplecov (~> 0.9)