Gemfile.lock in install_gem_local-0.1.1 vs Gemfile.lock in install_gem_local-0.1.2
- old
+ new
@@ -4,11 +4,23 @@
install_gem_local (0.1.1)
GEM
remote: https://rubygems.org/
specs:
+ ast (2.4.0)
+ awesome_print (1.8.0)
diff-lcs (1.3)
+ downup (0.11.7)
+ equatable (0.5.0)
+ jaro_winkler (1.5.2)
+ parallel (1.17.0)
+ parser (2.6.3.0)
+ ast (~> 2.4.0)
+ pastel (0.7.2)
+ equatable (~> 0.5.0)
+ tty-color (~> 0.4.0)
+ rainbow (3.0.0)
rake (10.5.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
@@ -19,19 +31,35 @@
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
+ rubocop (0.69.0)
+ jaro_winkler (~> 1.5.1)
+ parallel (~> 1.10)
+ 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.0)
thor (0.20.3)
+ tty-color (0.4.3)
+ tty-command (0.8.2)
+ pastel (~> 0.7.0)
+ unicode-display_width (1.6.0)
PLATFORMS
ruby
DEPENDENCIES
+ awesome_print
bundler (~> 2.0)
+ downup
install_gem_local!
rake (~> 10.0)
rspec (~> 3.0)
+ rubocop
thor
+ tty-command
BUNDLED WITH
2.0.1