Skip to content

Commit

Permalink
Merge pull request #3278 from ualbertalib/dependabot/bundler/master/r…
Browse files Browse the repository at this point in the history
…ubocop-1.57.2

Bump rubocop from 1.57.1 to 1.57.2
  • Loading branch information
murny authored Oct 26, 2023
2 parents ccbae35 + 4a75154 commit fd4ae8f
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ group :development, :test do
gem 'pry-byebug'
gem 'pry-rails'

gem 'rubocop', '~> 1.57.1', require: false
gem 'rubocop', '~> 1.57.2', require: false
gem 'rubocop-minitest', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -112,7 +112,6 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.1.1)
bcp47_spec (0.2.1)
bcrypt (3.1.19)
better_errors (2.10.1)
@@ -480,8 +479,7 @@ GEM
rsolr (2.5.0)
builder (>= 2.1.2)
faraday (>= 0.9, < 3, != 2.0.0)
rubocop (1.57.1)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
@@ -492,7 +490,7 @@ GEM
rubocop-ast (>= 1.28.1, < 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)
rubocop-minitest (0.32.2)
rubocop (>= 1.39, < 2.0)
@@ -680,7 +678,7 @@ DEPENDENCIES
redis (~> 4.8)
rollbar
rsolr
rubocop (~> 1.57.1)
rubocop (~> 1.57.2)
rubocop-minitest
rubocop-performance
rubocop-rails

0 comments on commit fd4ae8f

Please sign in to comment.