Gemfile.lock in nxt_cop-1.0.9 vs Gemfile.lock in nxt_cop-1.0.10
- old
+ new
@@ -1,18 +1,30 @@
PATH
remote: .
specs:
- nxt_cop (1.0.9)
+ nxt_cop (1.0.10)
rubocop (= 0.92.0)
+ rubocop-rails (~> 2.8)
GEM
remote: https://rubygems.org/
specs:
+ activesupport (6.0.3.4)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (>= 0.7, < 2)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
+ zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.1)
- parallel (1.19.2)
+ concurrent-ruby (1.1.7)
+ i18n (1.8.5)
+ concurrent-ruby (~> 1.0)
+ minitest (5.14.2)
+ parallel (1.20.0)
parser (2.7.2.0)
ast (~> 2.4.1)
+ rack (2.2.3)
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (1.8.2)
rexml (3.2.4)
rubocop (0.92.0)
@@ -22,13 +34,21 @@
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.5.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
- rubocop-ast (0.8.0)
+ rubocop-ast (1.1.1)
parser (>= 2.7.1.5)
+ rubocop-rails (2.8.1)
+ activesupport (>= 4.2.0)
+ rack (>= 1.1)
+ rubocop (>= 0.87.0)
ruby-progressbar (1.10.1)
+ thread_safe (0.3.6)
+ tzinfo (1.2.8)
+ thread_safe (~> 0.1)
unicode-display_width (1.7.0)
+ zeitwerk (2.4.1)
PLATFORMS
ruby
DEPENDENCIES