Skip to content

Commit

Permalink
Merge pull request #245 from betadots/dependabot/bundler/rubocop-rail…
Browse files Browse the repository at this point in the history
…s-2.23.1

Bump rubocop-rails from 2.23.0 to 2.23.1
  • Loading branch information
bastelfreak authored Jan 18, 2024
2 parents 172cf46 + b921e62 commit 9653c95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ end

group :linter do
gem 'rubocop', '~> 1.57.1'
gem 'rubocop-rails', '~> 2.23.0'
gem 'rubocop-rails', '~> 2.23.1'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-capybara', '~> 2.20.0'
gem 'rubocop-performance', '~> 1.20.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ GEM
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.23.0)
rubocop-rails (2.23.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -504,7 +504,7 @@ DEPENDENCIES
rubocop (~> 1.57.1)
rubocop-capybara (~> 2.20.0)
rubocop-performance (~> 1.20.2)
rubocop-rails (~> 2.23.0)
rubocop-rails (~> 2.23.1)
rubocop-rake (~> 0.6.0)
ruby-saml
selenium-webdriver
Expand Down

0 comments on commit 9653c95

Please sign in to comment.