Skip to content

Commit 67a0c54

Browse files
Bump boxt_rubocop in the ruby-dependencies group across 1 directory (#188)
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.9.1 - [Commits](zuno-tech/rubocop-zuno@v2.7.0...v2.9.1) --- 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>
1 parent 9d46592 commit 67a0c54

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
group :development do
88
gem "activerecord", "~> 7.1"
9-
gem "boxt_rubocop", "2.7.0"
9+
gem "boxt_rubocop", "2.9.1"
1010
gem "byebug", "~> 11.0"
1111
gem "rake", "~> 13.2"
1212
gem "rspec", "~> 3.13"

Gemfile.lock

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ GEM
2727
ast (2.4.2)
2828
base64 (0.2.0)
2929
bigdecimal (3.1.8)
30-
boxt_rubocop (2.7.0)
30+
boxt_rubocop (2.9.1)
3131
rubocop (= 1.64.1)
32+
rubocop-factory_bot (= 2.26.1)
3233
rubocop-faker (= 1.1.0)
33-
rubocop-performance (= 1.21.0)
34+
rubocop-performance (= 1.21.1)
3435
rubocop-rails (= 2.25.0)
3536
rubocop-rake (= 0.6.0)
36-
rubocop-rspec (= 2.30.0)
37+
rubocop-rspec (= 3.0.1)
3738
byebug (11.1.3)
3839
concurrent-ruby (1.3.3)
3940
connection_pool (2.4.1)
@@ -46,18 +47,18 @@ GEM
4647
concurrent-ruby (~> 1.0)
4748
json (2.7.2)
4849
language_server-protocol (3.17.0.3)
49-
minitest (5.24.0)
50+
minitest (5.24.1)
5051
mutex_m (0.2.0)
5152
parallel (1.25.1)
5253
parser (3.3.3.0)
5354
ast (~> 2.4.1)
5455
racc
5556
racc (1.8.0)
56-
rack (3.1.3)
57+
rack (3.1.4)
5758
rainbow (3.1.1)
5859
rake (13.2.1)
5960
regexp_parser (2.9.2)
60-
rexml (3.3.0)
61+
rexml (3.3.1)
6162
strscan
6263
rspec (3.13.0)
6364
rspec-core (~> 3.13.0)
@@ -85,14 +86,12 @@ GEM
8586
unicode-display_width (>= 2.4.0, < 3.0)
8687
rubocop-ast (1.31.3)
8788
parser (>= 3.3.1.0)
88-
rubocop-capybara (2.21.0)
89-
rubocop (~> 1.41)
9089
rubocop-factory_bot (2.26.1)
9190
rubocop (~> 1.61)
9291
rubocop-faker (1.1.0)
9392
faker (>= 2.12.0)
9493
rubocop (>= 0.82.0)
95-
rubocop-performance (1.21.0)
94+
rubocop-performance (1.21.1)
9695
rubocop (>= 1.48.1, < 2.0)
9796
rubocop-ast (>= 1.31.1, < 2.0)
9897
rubocop-rails (2.25.0)
@@ -102,12 +101,7 @@ GEM
102101
rubocop-ast (>= 1.31.1, < 2.0)
103102
rubocop-rake (0.6.0)
104103
rubocop (~> 1.0)
105-
rubocop-rspec (2.30.0)
106-
rubocop (~> 1.40)
107-
rubocop-capybara (~> 2.17)
108-
rubocop-factory_bot (~> 2.22)
109-
rubocop-rspec_rails (~> 2.28)
110-
rubocop-rspec_rails (2.29.1)
104+
rubocop-rspec (3.0.1)
111105
rubocop (~> 1.61)
112106
ruby-progressbar (1.13.0)
113107
simplecov (0.22.0)
@@ -140,7 +134,7 @@ PLATFORMS
140134

141135
DEPENDENCIES
142136
activerecord (~> 7.1)
143-
boxt_rubocop (= 2.7.0)
137+
boxt_rubocop (= 2.9.1)
144138
byebug (~> 11.0)
145139
logga!
146140
rake (~> 13.2)

0 commit comments

Comments
 (0)