Gemfile.lock in script-0.0.4 vs Gemfile.lock in script-1.0.0
- old
+ new
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
- script (0.0.4)
+ script (1.0.0)
colorize
GEM
remote: https://rubygems.org/
specs:
@@ -13,10 +13,12 @@
rake (10.4.2)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
+ rspec-autotest (1.0.0)
+ rspec-core (>= 2.99.0.beta1, < 4.0.0)
rspec-core (3.7.0)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
@@ -27,13 +29,14 @@
PLATFORMS
ruby
DEPENDENCIES
- bundler (~> 1.16)
+ bundler
byebug
rake (~> 10.0)
rspec (~> 3.0)
+ rspec-autotest
script!
BUNDLED WITH
1.16.0