Merge pull request #2989 from beefproject/dependabot/bundler/rubocop-1.59.0
Bump rubocop from 1.57.0 to 1.59.0
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -25,7 +25,7 @@ gem 'rake', '~> 13.0'
|
||||
# gem 'otr-activerecord', '~> 2.1', '>= 2.1.2'
|
||||
gem 'otr-activerecord', '= 2.1.2'
|
||||
gem 'sqlite3', '~> 1.6'
|
||||
gem 'rubocop', '~> 1.57.0', require: false
|
||||
gem 'rubocop', '~> 1.59.0', require: false
|
||||
|
||||
# Geolocation support
|
||||
group :geoip do
|
||||
|
||||
16
Gemfile.lock
16
Gemfile.lock
@@ -25,7 +25,6 @@ GEM
|
||||
async-io (~> 1.15)
|
||||
async-io (1.34.3)
|
||||
async
|
||||
base64 (0.1.1)
|
||||
browserstack-local (1.4.3)
|
||||
byebug (11.1.3)
|
||||
capybara (3.39.2)
|
||||
@@ -100,7 +99,7 @@ GEM
|
||||
otr-activerecord (2.1.2)
|
||||
activerecord (>= 4.0, < 7.1)
|
||||
hashie-forbidden_attributes (~> 0.1)
|
||||
parallel (1.23.0)
|
||||
parallel (1.24.0)
|
||||
parseconfig (1.1.2)
|
||||
parser (3.2.2.4)
|
||||
ast (~> 2.4.1)
|
||||
@@ -118,7 +117,7 @@ GEM
|
||||
qr4r (0.6.1)
|
||||
mojo_magick (~> 0.6.5)
|
||||
rqrcode_core (~> 0.1)
|
||||
racc (1.7.1)
|
||||
racc (1.7.3)
|
||||
rack (2.2.7)
|
||||
rack-protection (3.0.6)
|
||||
rack
|
||||
@@ -128,7 +127,7 @@ GEM
|
||||
rake (13.0.6)
|
||||
rdoc (6.6.2)
|
||||
psych (>= 4.0.0)
|
||||
regexp_parser (2.8.2)
|
||||
regexp_parser (2.8.3)
|
||||
reline (0.4.1)
|
||||
io-console (~> 0.5)
|
||||
rest-client (2.1.0)
|
||||
@@ -152,8 +151,7 @@ GEM
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.12.0)
|
||||
rspec-support (3.12.0)
|
||||
rubocop (1.57.0)
|
||||
base64 (~> 0.1.1)
|
||||
rubocop (1.59.0)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
@@ -161,10 +159,10 @@ GEM
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.28.1, < 2.0)
|
||||
rubocop-ast (>= 1.30.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.29.0)
|
||||
rubocop-ast (1.30.0)
|
||||
parser (>= 3.2.1.0)
|
||||
ruby-progressbar (1.13.0)
|
||||
ruby2_keywords (0.0.5)
|
||||
@@ -265,7 +263,7 @@ DEPENDENCIES
|
||||
rdoc (~> 6.6)
|
||||
rest-client (~> 2.1.0)
|
||||
rspec (~> 3.12)
|
||||
rubocop (~> 1.57.0)
|
||||
rubocop (~> 1.59.0)
|
||||
rubyzip (~> 2.3)
|
||||
rushover (~> 0.3.0)
|
||||
selenium-webdriver (~> 4.14)
|
||||
|
||||
Reference in New Issue
Block a user