Skip to content

Commit

Permalink
Bump boxt_rubocop in the ruby-dependencies group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the ruby-dependencies group with 1 update in the / directory: [boxt_rubocop](https://github.com/boxt/boxt_rubocop).


Updates `boxt_rubocop` from 2.7.0 to 2.8.0
- [Commits](boxt/boxt_rubocop@v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: boxt_rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent c774afa commit 752f31d
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 @@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec

group :development do
gem "boxt_rubocop", "2.7.0"
gem "boxt_rubocop", "2.8.0"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
boxt_rubocop (2.7.0)
boxt_rubocop (2.8.0)
rubocop (= 1.64.1)
rubocop-faker (= 1.1.0)
rubocop-performance (= 1.21.0)
rubocop-rails (= 2.25.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.30.0)
rubocop-rspec (= 2.31.0)
builder (3.3.0)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
Expand Down Expand Up @@ -81,7 +81,7 @@ GEM
ast (~> 2.4.1)
racc
racc (1.8.0)
rack (3.1.3)
rack (3.1.4)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
Expand All @@ -92,7 +92,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.0)
rexml (3.3.1)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down Expand Up @@ -137,7 +137,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.30.0)
rubocop-rspec (2.31.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -168,7 +168,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
boxt_rubocop (= 2.7.0)
boxt_rubocop (= 2.8.0)
kaminari-api-meta-data!
rake (~> 13.2)
rspec (~> 3.13)
Expand Down

0 comments on commit 752f31d

Please sign in to comment.