Skip to content

Commit

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


Updates `boxt_rubocop` from 2.9.1 to 2.10.0
- [Commits](boxt/boxt_rubocop@v2.9.1...v2.10.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 Jul 12, 2024
1 parent 1d8e44b commit 4f3b34e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.9.1"
gem "boxt_rubocop", "2.10.0"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "simplecov", "~> 0.22"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
boxt_rubocop (2.9.1)
boxt_rubocop (2.10.0)
rubocop (= 1.64.1)
rubocop-factory_bot (= 2.26.1)
rubocop-faker (= 1.1.0)
rubocop-performance (= 1.21.1)
rubocop-rails (= 2.25.0)
rubocop-rails (= 2.25.1)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.0.1)
rubocop-rspec (= 3.0.2)
builder (3.3.0)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
Expand Down Expand Up @@ -69,7 +69,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
minitest (5.24.0)
minitest (5.24.1)
mutex_m (0.2.0)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
Expand All @@ -78,11 +78,11 @@ GEM
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
racc (1.8.0)
rack (3.1.4)
rack (3.1.7)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
Expand Down Expand Up @@ -129,14 +129,14 @@ GEM
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
rubocop-rails (2.25.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.0.1)
rubocop-rspec (3.0.2)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand All @@ -162,7 +162,7 @@ PLATFORMS
x86_64-linux

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

0 comments on commit 4f3b34e

Please sign in to comment.