Skip to content

Commit

Permalink
Bump boxt_rubocop from 2.11.0 to 2.12.0 in the ruby-dependencies group (
Browse files Browse the repository at this point in the history
#216)

Bumps the ruby-dependencies group with 1 update: [boxt_rubocop](https://github.com/boxt/boxt_rubocop).


Updates `boxt_rubocop` from 2.11.0 to 2.12.0
- [Commits](boxt/boxt_rubocop@v2.11.0...v2.12.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 0c3a152 commit fbd0e43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 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.11.0"
gem "boxt_rubocop", "2.12.0"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "rspec-rails", "~> 7.0"
Expand Down
24 changes: 10 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
boxt_rubocop (2.11.0)
rubocop (= 1.65.1)
boxt_rubocop (2.12.0)
rubocop (= 1.66.0)
rubocop-factory_bot (= 2.26.1)
rubocop-faker (= 1.1.0)
rubocop-performance (= 1.21.1)
rubocop-rails (= 2.25.1)
rubocop-rails (= 2.26.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.0.4)
builder (3.3.0)
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
Expand Down Expand Up @@ -192,8 +192,6 @@ GEM
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.6)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -215,18 +213,17 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.65.1)
rubocop (1.66.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)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
Expand All @@ -236,10 +233,10 @@ GEM
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.1)
rubocop-rails (2.26.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
Expand All @@ -256,7 +253,6 @@ GEM
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.1)
strscan (3.1.0)
thor (1.3.2)
timeout (0.4.1)
tzinfo (2.0.6)
Expand All @@ -281,7 +277,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
boxt_rubocop (= 2.11.0)
boxt_rubocop (= 2.12.0)
filta!
rake (~> 13.2)
rspec (~> 3.13)
Expand Down

0 comments on commit fbd0e43

Please sign in to comment.