Gemfile.lock in jive-0.1.0 vs Gemfile.lock in jive-0.2.0
- old
+ new
@@ -1,35 +1,50 @@
PATH
remote: .
specs:
- jive (0.1.0)
+ jive (0.2.0)
+ thor (~> 1.1)
GEM
remote: https://rubygems.org/
specs:
- diff-lcs (1.3)
- rake (10.5.0)
- rspec (3.9.0)
- rspec-core (~> 3.9.0)
- rspec-expectations (~> 3.9.0)
- rspec-mocks (~> 3.9.0)
- rspec-core (3.9.0)
- rspec-support (~> 3.9.0)
- rspec-expectations (3.9.0)
- diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-mocks (3.9.0)
- diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-support (3.9.0)
+ ast (2.4.2)
+ minitest (5.14.3)
+ parallel (1.20.1)
+ parser (3.0.0.0)
+ ast (~> 2.4.1)
+ rainbow (3.0.0)
+ rake (13.0.3)
+ regexp_parser (2.0.3)
+ rexml (3.2.4)
+ rubocop (1.9.1)
+ parallel (~> 1.10)
+ parser (>= 3.0.0.0)
+ rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.8, < 3.0)
+ rexml
+ rubocop-ast (>= 1.2.0, < 2.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (>= 1.4.0, < 3.0)
+ rubocop-ast (1.4.1)
+ parser (>= 2.7.1.5)
+ rubocop-minitest (0.10.3)
+ rubocop (>= 0.87, < 2.0)
+ rubocop-rake (0.5.1)
+ rubocop
+ ruby-progressbar (1.11.0)
+ thor (1.1.0)
+ unicode-display_width (2.0.0)
PLATFORMS
ruby
DEPENDENCIES
- bundler (~> 2.0)
jive!
- rake (~> 10.0)
- rspec (~> 3.0)
+ minitest (~> 5.0)
+ rake (~> 13.0)
+ rubocop (~> 1.7)
+ rubocop-minitest (~> 0.1)
+ rubocop-rake (~> 0.5)
BUNDLED WITH
- 2.0.2
+ 2.2.8