Gemfile.lock in codebreaker_kub-0.3.0 vs Gemfile.lock in codebreaker_kub-0.3.1
- old
+ new
@@ -1,26 +1,29 @@
PATH
remote: .
specs:
- codebreaker_kub (0.3.0)
+ codebreaker_kub (0.3.1)
GEM
remote: https://rubygems.org/
specs:
ast (2.4.1)
colorize (0.8.1)
- concurrent-ruby (1.1.6)
+ concurrent-ruby (1.1.7)
diff-lcs (1.4.4)
docile (1.3.2)
fasterer (0.8.3)
colorize (~> 0.7)
ruby_parser (>= 3.14.1)
- i18n (1.8.3)
+ i18n (1.8.5)
concurrent-ruby (~> 1.0)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
+ rack (2.2.3)
+ rack-test (1.1.0)
+ rack (>= 1.0, < 3)
rainbow (3.0.0)
rake (12.3.3)
regexp_parser (1.7.1)
rexml (3.2.4)
rspec (3.9.0)
@@ -34,21 +37,21 @@
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
- rubocop (0.87.1)
+ rubocop (0.89.1)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
- rubocop-ast (>= 0.1.0, < 1.0)
+ rubocop-ast (>= 0.3.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
- rubocop-ast (0.1.0)
- parser (>= 2.7.0.1)
+ rubocop-ast (0.3.0)
+ parser (>= 2.7.1.4)
ruby-progressbar (1.10.1)
ruby_parser (3.14.2)
sexp_processor (~> 4.9)
sexp_processor (4.15.0)
simplecov (0.18.5)
@@ -63,9 +66,10 @@
DEPENDENCIES
bundler (~> 2.1)
codebreaker_kub!
fasterer (~> 0.8)
i18n (~> 1.8)
+ rack-test
rake (~> 12.0)
rspec (~> 3.9)
rubocop (~> 0.87)
simplecov (~> 0.18)