Skip to content

Commit

Permalink
Merge pull request #1845 from Retrospring/dependabot/bundler/rubocop-…
Browse files Browse the repository at this point in the history
…rails-2.26.0
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
2 parents c3de159 + 4e1046b commit 334dcf4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ group :development, :test do
gem "rspec-rails", "~> 6.1"
gem "rspec-sidekiq", "~> 5.0", require: false
gem "rubocop", "~> 1.65"
gem "rubocop-rails", "~> 2.25"
gem "rubocop-rails", "~> 2.26"
gem "shoulda-matchers", "~> 6.4"
gem "simplecov", require: false
gem "simplecov-cobertura", require: false
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ GEM
openssl (3.2.0)
orm_adapter (0.5.0)
ostruct (0.6.0)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.5.7)
Expand Down Expand Up @@ -427,12 +427,12 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-rails (2.25.1)
rubocop-rails (2.26.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby-vips (2.2.1)
Expand Down Expand Up @@ -597,7 +597,7 @@ DEPENDENCIES
rspec-rails (~> 6.1)
rspec-sidekiq (~> 5.0)
rubocop (~> 1.65)
rubocop-rails (~> 2.25)
rubocop-rails (~> 2.26)
rubyzip (~> 2.3)
sanitize
sassc-rails
Expand Down

0 comments on commit 334dcf4

Please sign in to comment.