Skip to content

Commit

Permalink
Merge pull request #350 from indirect/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
github-actions[bot] authored Dec 18, 2023
2 parents 6a4b108 + 326ece9 commit a7bf946
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 @@ -26,7 +26,7 @@ group :development do
gem "guard-shell", "~> 0.7.2", require: false
gem "hotwire-livereload", "~> 1.3"
gem "rubocop-gemfile", "~> 0.1.0.beta3", require: false
gem "rubocop-rails", "~> 2.22", require: false
gem "rubocop-rails", "~> 2.23", require: false
gem "rubocop-rspec", "~> 2.25", require: false
gem "standard", "~> 1.32", require: false
gem "web-console", "~> 4.2"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.4)
bigdecimal (3.1.5)
bindex (0.8.1)
bootsnap (1.17.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -180,7 +180,7 @@ GEM
rdoc
reline (>= 0.3.8)
jb (0.8.2)
json (2.7.0)
json (2.7.1)
json-schema (4.1.1)
addressable (>= 2.8)
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -232,7 +232,7 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -353,7 +353,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 @@ -444,7 +444,7 @@ DEPENDENCIES
redis (~> 5.0)
rspec-rails (~> 6.1)
rubocop-gemfile (~> 0.1.0.beta3)
rubocop-rails (~> 2.22)
rubocop-rails (~> 2.23)
rubocop-rspec (~> 2.25)
standard (~> 1.32)
tailwindcss-rails (~> 2.0)
Expand Down

0 comments on commit a7bf946

Please sign in to comment.