Gemfile.lock in ykxutils-0.1.7 vs Gemfile.lock in ykxutils-0.1.8
- old
+ new
@@ -1,22 +1,27 @@
PATH
remote: .
specs:
- ykxutils (0.1.7)
+ ykxutils (0.1.8)
+ bundler
+ erubi
+ rake (~> 13.0)
+ tilt
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
diff-lcs (1.5.0)
+ erubi (1.11.0)
json (2.6.2)
parallel (1.22.1)
parser (3.1.2.1)
ast (~> 2.4.1)
rainbow (3.1.1)
rake (13.0.6)
- regexp_parser (2.5.0)
+ regexp_parser (2.6.0)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
@@ -39,30 +44,37 @@
rubocop-ast (>= 1.20.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
+ rubocop-performance (1.15.0)
+ rubocop (>= 1.7.0, < 2.0)
+ rubocop-ast (>= 0.4.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
- rubocop-rspec (2.13.1)
+ rubocop-rspec (2.13.2)
rubocop (~> 1.33)
ruby-progressbar (1.11.0)
- unicode-display_width (2.2.0)
+ tilt (2.0.11)
+ unicode-display_width (2.3.0)
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)
PLATFORMS
x86_64-linux
DEPENDENCIES
bundler
+ erubi
rake (~> 13.0)
rspec (~> 3.0)
- rubocop (~> 1.7)
+ rubocop
+ rubocop-performance
rubocop-rake
rubocop-rspec
+ tilt
yard
ykxutils!
BUNDLED WITH
- 2.3.17
+ 2.3.22