Skip to content

Commit

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

Bump rubocop-rails from 2.24.0 to 2.24.1
  • Loading branch information
rwaffen authored Mar 25, 2024
2 parents ec9b0f5 + 4ce3636 commit af277fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ group :linter do
gem 'rubocop', '~> 1.62.1'
gem 'rubocop-capybara', '~> 2.20.0'
gem 'rubocop-performance', '~> 1.20.2'
gem 'rubocop-rails', '~> 2.24.0'
gem 'rubocop-rails', '~> 2.24.1'
gem 'rubocop-rake', '~> 0.6.0'
end

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ GEM
execjs (~> 2)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.6)
bigdecimal (3.1.7)
bindex (0.8.1)
bootstrap (5.3.2)
autoprefixer-rails (>= 9.1.0)
Expand Down Expand Up @@ -237,7 +237,7 @@ GEM
mini_portile2 (2.8.5)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
minitest (5.22.2)
minitest (5.22.3)
multi_json (1.15.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
Expand Down Expand Up @@ -308,7 +308,7 @@ GEM
puppetdb-ruby (1.2.0)
httparty
racc (1.7.3)
rack (3.0.9.1)
rack (3.0.10)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -381,7 +381,7 @@ GEM
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.24.0)
rubocop-rails (2.24.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down Expand Up @@ -500,7 +500,7 @@ DEPENDENCIES
rubocop (~> 1.62.1)
rubocop-capybara (~> 2.20.0)
rubocop-performance (~> 1.20.2)
rubocop-rails (~> 2.24.0)
rubocop-rails (~> 2.24.1)
rubocop-rake (~> 0.6.0)
ruby-saml
selenium-webdriver
Expand Down

0 comments on commit af277fc

Please sign in to comment.