Gemfile.lock in csv2hash-0.4.0 vs Gemfile.lock in csv2hash-0.5.0
- old
+ new
@@ -1,26 +1,36 @@
PATH
remote: .
specs:
- csv2hash (0.4.0)
+ csv2hash (0.5.0)
+ activesupport (~> 4.1)
GEM
remote: http://rubygems.org/
specs:
+ activesupport (4.1.4)
+ i18n (~> 0.6, >= 0.6.9)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
+ thread_safe (~> 0.1)
+ tzinfo (~> 1.1)
coderay (1.1.0)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
diff-lcs (1.2.5)
docile (1.1.5)
+ i18n (0.6.11)
its (0.2.0)
rspec-core
+ json (1.8.1)
method_source (0.8.2)
mime-types (2.3)
+ minitest (5.4.0)
multi_json (1.10.1)
netrc (0.7.7)
pry (0.10.0)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
@@ -48,18 +58,21 @@
simplecov-html (0.8.0)
slop (3.5.0)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
+ thread_safe (0.3.4)
tins (1.3.2)
+ tzinfo (1.2.1)
+ thread_safe (~> 0.1)
PLATFORMS
ruby
DEPENDENCIES
- bundler (~> 1.3)
+ bundler (~> 1.6)
coveralls
csv2hash!
- its
+ its (~> 0.2)
pry
- rake
- rspec
+ rake (~> 10.3)
+ rspec (~> 3.0)