Skip to content

Commit

Permalink
Merge pull request #151 from cedarcode/dependabot/bundler/rubocop-rai…
Browse files Browse the repository at this point in the history
…ls-2.26.0

build(deps-dev): bump rubocop-rails from 2.25.1 to 2.26.0
  • Loading branch information
santiagorodriguez96 authored Aug 26, 2024
2 parents 3081734 + 4385377 commit 0f5cf17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end
group :development, :test do
gem 'byebug', '~> 11.0', platforms: [:mri, :mingw, :x64_mingw]
gem 'rubocop', '~> 1.65', require: false
gem 'rubocop-rails', '~> 2.25', require: false
gem 'rubocop-rails', '~> 2.26', require: false
end

group :development do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ GEM
unicode-display_width (>= 2.4.0, < 3.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)
rubyzip (2.3.2)
Expand Down Expand Up @@ -344,7 +344,7 @@ DEPENDENCIES
rails (~> 7.1.3)
rollbar (~> 3.5)
rubocop (~> 1.65)
rubocop-rails (~> 2.25)
rubocop-rails (~> 2.26)
sassc-rails (~> 2.0)
selenium-webdriver (~> 4.4)
stimulus-rails (~> 1.3)
Expand Down

0 comments on commit 0f5cf17

Please sign in to comment.