Skip to content

Commit

Permalink
Merge pull request #1991 from Retrospring/dependabot/bundler/rubocop-…
Browse files Browse the repository at this point in the history
…rails-2.29.0
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
2 parents 23a4545 + a46e4d9 commit 05f4418
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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", "~> 7.1"
gem "rspec-sidekiq", "~> 5.0", require: false
gem "rubocop", "~> 1.71"
gem "rubocop-rails", "~> 2.27"
gem "rubocop-rails", "~> 2.29"
gem "shoulda-matchers", "~> 6.4"
gem "simplecov", require: false
gem "simplecov-cobertura", require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ GEM
childprocess (5.0.0)
chunky_png (1.4.0)
colorize (1.1.0)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
crass (1.0.6)
cssbundling-rails (1.4.1)
Expand Down Expand Up @@ -249,7 +249,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
i18n-js (4.0.0)
glob
Expand Down Expand Up @@ -487,7 +487,7 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-rails (2.27.0)
rubocop-rails (2.29.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -662,7 +662,7 @@ DEPENDENCIES
rspec-rails (~> 7.1)
rspec-sidekiq (~> 5.0)
rubocop (~> 1.71)
rubocop-rails (~> 2.27)
rubocop-rails (~> 2.29)
rubyzip (~> 2.4)
sanitize
sassc-rails
Expand Down

0 comments on commit 05f4418

Please sign in to comment.