Skip to content

Commit

Permalink
Merge pull request #607 from indirect/dependabot/bundler/rubocop-rail…
Browse files Browse the repository at this point in the history
…s-2.28.0

Bump rubocop-rails from 2.27.0 to 2.28.0
  • Loading branch information
github-actions[bot] authored Dec 26, 2024
2 parents 2580b7a + 4e393f5 commit bba78a8
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 @@ -29,7 +29,7 @@ group :development do
gem "rubocop-capybara", "~> 2.21", require: false
gem "rubocop-factory_bot", "~> 2.26", require: false
gem "rubocop-gemfile", "~> 0.1.0.beta3", require: false
gem "rubocop-rails", "~> 2.27", require: false
gem "rubocop-rails", "~> 2.28", require: false
gem "rubocop-rspec", "~> 3.3", require: false
gem "rubocop-rspec_rails", "~> 2.30", require: false
gem "standard", "~> 1.43", require: false
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
Expand Down Expand Up @@ -230,7 +230,7 @@ GEM
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jb (0.8.2)
json (2.9.0)
json (2.9.1)
json-schema (5.1.1)
addressable (~> 2.8)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -412,7 +412,7 @@ GEM
ffi (~> 1.0)
rdoc (6.10.0)
psych (>= 4.0.0)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
request_store (1.7.0)
Expand Down Expand Up @@ -448,7 +448,7 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand All @@ -459,7 +459,7 @@ GEM
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.27.0)
rubocop-rails (2.28.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -574,7 +574,7 @@ DEPENDENCIES
rubocop-capybara (~> 2.21)
rubocop-factory_bot (~> 2.26)
rubocop-gemfile (~> 0.1.0.beta3)
rubocop-rails (~> 2.27)
rubocop-rails (~> 2.28)
rubocop-rspec (~> 3.3)
rubocop-rspec_rails (~> 2.30)
rufus-scheduler (~> 3.9)
Expand Down

0 comments on commit bba78a8

Please sign in to comment.