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.13.0 to 2.15.0
- [Commits](boxt/boxt_rubocop@v2.13.0...v2.15.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 Dec 9, 2024
1 parent 2e2fd08 commit 6588e54
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

group :development do
gem "activerecord", "~> 7.1"
gem "boxt_rubocop", "2.13.0"
gem "boxt_rubocop", "2.15.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
Expand Down
46 changes: 24 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
boxt_rubocop (2.13.0)
rubocop (= 1.66.1)
boxt_rubocop (2.15.0)
rubocop (= 1.69.0)
rubocop-factory_bot (= 2.26.1)
rubocop-faker (= 1.1.0)
rubocop-performance (= 1.22.1)
rubocop-rails (= 2.26.2)
rubocop-faker (= 1.2.0)
rubocop-performance (= 1.23.0)
rubocop-rails (= 2.27.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.1.0)
rubocop-rspec (= 3.2.0)
byebug (11.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
Expand All @@ -45,19 +45,19 @@ GEM
i18n (>= 1.8.11, < 2)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.4)
json (2.9.0)
language_server-protocol (3.17.0.3)
minitest (5.25.1)
mutex_m (0.2.0)
minitest (5.25.4)
mutex_m (0.3.0)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rack (3.1.8)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -71,34 +71,34 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-faker (1.1.0)
rubocop-faker (1.2.0)
faker (>= 2.12.0)
rubocop (>= 0.82.0)
rubocop-performance (1.22.1)
rubocop (>= 1.13.0)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.2)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.1.0)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand All @@ -114,7 +114,9 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
with_model (2.1.7)
activerecord (>= 6.0)

Expand All @@ -131,7 +133,7 @@ PLATFORMS

DEPENDENCIES
activerecord (~> 7.1)
boxt_rubocop (= 2.13.0)
boxt_rubocop (= 2.15.0)
byebug (~> 11.0)
logga!
rake (~> 13.2)
Expand Down

0 comments on commit 6588e54

Please sign in to comment.