Gemfile.lock in nxt_cop-2.3.0 vs Gemfile.lock in nxt_cop-2.4.0
- old
+ new
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
- nxt_cop (2.3.0)
+ nxt_cop (2.4.0)
rubocop (~> 1.60.0)
rubocop-rails (~> 2.8)
rubocop-rspec (~> 2.12)
GEM
@@ -22,10 +22,11 @@
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
+ diff-lcs (1.5.1)
drb (2.2.0)
ruby2_keywords
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.1)
@@ -40,10 +41,25 @@
rack (3.0.9)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
+ rspec (3.13.0)
+ rspec-core (~> 3.13.0)
+ rspec-expectations (~> 3.13.0)
+ rspec-mocks (~> 3.13.0)
+ rspec-core (3.13.0)
+ rspec-support (~> 3.13.0)
+ rspec-expectations (3.13.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.13.0)
+ rspec-mocks (3.13.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.13.0)
+ rspec-support (3.13.0)
+ rspec_junit_formatter (0.6.0)
+ rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
@@ -79,8 +95,10 @@
DEPENDENCIES
bundler (~> 2.1)
nxt_cop!
rake (~> 13.0)
+ rspec
+ rspec_junit_formatter
BUNDLED WITH
2.1.4