Gemfile.lock in nstore-0.2.1 vs Gemfile.lock in nstore-0.3.0
- old
+ new
@@ -1,17 +1,37 @@
PATH
remote: .
specs:
- nstore (0.2.1)
+ nstore (0.3.0)
GEM
remote: https://rubygems.org/
specs:
+ activemodel (4.1.14.2)
+ activesupport (= 4.1.14.2)
+ builder (~> 3.1)
+ activerecord (4.1.14.2)
+ activemodel (= 4.1.14.2)
+ activesupport (= 4.1.14.2)
+ arel (~> 5.0.0)
+ activesupport (4.1.14.2)
+ i18n (~> 0.6, >= 0.6.9)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
+ thread_safe (~> 0.1)
+ tzinfo (~> 1.1)
+ arel (5.0.1.20140414130214)
ast (2.4.0)
awesome_print (1.8.0)
+ builder (3.2.3)
+ concurrent-ruby (1.1.5)
diff-lcs (1.3)
+ i18n (0.9.5)
+ concurrent-ruby (~> 1.0)
jaro_winkler (1.5.3)
+ json (1.8.6)
+ minitest (5.11.3)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
rainbow (3.0.0)
rake (10.5.0)
@@ -36,21 +56,27 @@
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
+ sqlite3 (1.3.13)
+ thread_safe (0.3.6)
+ tzinfo (1.2.5)
+ thread_safe (~> 0.1)
unicode-display_width (1.6.0)
PLATFORMS
ruby
DEPENDENCIES
+ activerecord (~> 4.1.14.1)
awesome_print
bundler (~> 1.17)
nstore!
rake (~> 10.0)
rspec (~> 3.0)
rspec_junit_formatter
rubocop (~> 0.49)
+ sqlite3 (~> 1.3.6)
BUNDLED WITH
1.17.3