Skip to content

Commit

Permalink
Bump rubocop-rickselby in the dev-dependencies group
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 1 update: [rubocop-rickselby](https://github.com/rickselby/rubocop-rickselby).


Updates `rubocop-rickselby` from 0.38.0 to 0.39.0
- [Changelog](https://github.com/rickselby/rubocop-rickselby/blob/main/CHANGELOG.md)
- [Commits](rickselby/rubocop-rickselby@v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: rubocop-rickselby
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2024
1 parent 0fd1f92 commit f60cbb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group :test, :development do
gem "rack-test", "~> 2.1"
gem "rake", "~> 13.2"
gem "rerun", "~> 0.14"
gem "rubocop-rickselby", "~> 0.37", require: false
gem "rubocop-rickselby", "~> 0.39", require: false
end

group :test do
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GEM
net-http
ffi (1.16.3)
hashie (5.0.0)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2)
jwt (2.8.1)
Expand Down Expand Up @@ -165,10 +165,10 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.1)
rubocop-rails (2.26.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand All @@ -177,20 +177,20 @@ GEM
rubocop (>= 1.0.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rickselby (0.38.0)
rubocop-rickselby (0.39.0)
erb_lint (~> 0.6.0)
rexml (~> 3.3)
rubocop (~> 1.66.0)
rubocop-capybara (~> 2.21.0)
rubocop-factory_bot (~> 2.26.0)
rubocop-performance (~> 1.21.0)
rubocop-performance (~> 1.22)
rubocop-rails (~> 2.26.0)
rubocop-rails-accessibility (~> 1.0.0)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.0.0)
rubocop-rspec_rails (~> 2.30.0)
rubocop-sequel (~> 0.3.4)
rubocop-rspec (3.0.4)
rubocop-rspec (3.0.5)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uri (0.13.0)
version_gem (1.1.4)
webrick (1.8.1)
Expand Down Expand Up @@ -258,7 +258,7 @@ DEPENDENCIES
rake (~> 13.2)
rerun (~> 0.14)
rspec (~> 3.13)
rubocop-rickselby (~> 0.37)
rubocop-rickselby (~> 0.39)
securerandom (~> 0.3)
sequel (~> 5.84)
sinatra (~> 4.0)
Expand Down

0 comments on commit f60cbb1

Please sign in to comment.