Skip to content

Commit

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

Bump rubocop-rails from 2.22.2 to 2.23.0
  • Loading branch information
rwaffen authored Dec 19, 2023
2 parents e79a7ec + caa2206 commit af6d8f1
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 @@ -62,7 +62,7 @@ end

group :linter do
gem 'rubocop', '~> 1.57.1'
gem 'rubocop-rails', '~> 2.22.2'
gem 'rubocop-rails', '~> 2.23.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-capybara', '~> 2.19.0'
gem 'rubocop-performance', '~> 1.19.0'
Expand Down
12 changes: 6 additions & 6 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.4)
bigdecimal (3.1.5)
bindex (0.8.1)
bootstrap (5.3.2)
autoprefixer-rails (>= 9.1.0)
Expand Down Expand Up @@ -216,7 +216,7 @@ GEM
irb (1.10.1)
rdoc
reline (>= 0.3.8)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
libv8-node (18.16.0.0)
libv8-node (18.16.0.0-arm64-darwin)
Expand Down Expand Up @@ -268,7 +268,7 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
optimist (3.1.0)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -360,7 +360,7 @@ GEM
redis-client (>= 0.17.0)
redis-client (0.18.0)
connection_pool
regexp_parser (2.8.2)
regexp_parser (2.8.3)
reline (0.4.1)
io-console (~> 0.5)
rexml (3.2.6)
Expand Down Expand Up @@ -388,7 +388,7 @@ GEM
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.22.2)
rubocop-rails (2.23.0)
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.19.0)
rubocop-performance (~> 1.19.0)
rubocop-rails (~> 2.22.2)
rubocop-rails (~> 2.23.0)
rubocop-rake (~> 0.6.0)
ruby-saml
selenium-webdriver
Expand Down

0 comments on commit af6d8f1

Please sign in to comment.