Skip to content

Commit a7d2fd6

Browse files
Bump boxt_rubocop from 2.11.0 to 2.12.0 in the ruby-dependencies group (#193)
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](zuno-tech/rubocop-zuno@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>
1 parent 110e4ff commit a7d2fd6

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
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.11.0"
9+
gem "boxt_rubocop", "2.12.0"
1010
gem "byebug", "~> 11.0"
1111
gem "rake", "~> 13.2"
1212
gem "rspec", "~> 3.13"

Gemfile.lock

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ GEM
2727
ast (2.4.2)
2828
base64 (0.2.0)
2929
bigdecimal (3.1.8)
30-
boxt_rubocop (2.11.0)
31-
rubocop (= 1.65.1)
30+
boxt_rubocop (2.12.0)
31+
rubocop (= 1.66.0)
3232
rubocop-factory_bot (= 2.26.1)
3333
rubocop-faker (= 1.1.0)
3434
rubocop-performance (= 1.21.1)
35-
rubocop-rails (= 2.25.1)
35+
rubocop-rails (= 2.26.0)
3636
rubocop-rake (= 0.6.0)
3737
rubocop-rspec (= 3.0.4)
3838
byebug (11.1.3)
@@ -50,16 +50,14 @@ GEM
5050
minitest (5.25.1)
5151
mutex_m (0.2.0)
5252
parallel (1.26.3)
53-
parser (3.3.4.2)
53+
parser (3.3.5.0)
5454
ast (~> 2.4.1)
5555
racc
5656
racc (1.8.1)
5757
rack (3.1.7)
5858
rainbow (3.1.1)
5959
rake (13.2.1)
6060
regexp_parser (2.9.2)
61-
rexml (3.3.6)
62-
strscan
6361
rspec (3.13.0)
6462
rspec-core (~> 3.13.0)
6563
rspec-expectations (~> 3.13.0)
@@ -73,18 +71,17 @@ GEM
7371
diff-lcs (>= 1.2.0, < 2.0)
7472
rspec-support (~> 3.13.0)
7573
rspec-support (3.13.1)
76-
rubocop (1.65.1)
74+
rubocop (1.66.0)
7775
json (~> 2.3)
7876
language_server-protocol (>= 3.17.0)
7977
parallel (~> 1.10)
8078
parser (>= 3.3.0.2)
8179
rainbow (>= 2.2.2, < 4.0)
8280
regexp_parser (>= 2.4, < 3.0)
83-
rexml (>= 3.2.5, < 4.0)
84-
rubocop-ast (>= 1.31.1, < 2.0)
81+
rubocop-ast (>= 1.32.1, < 2.0)
8582
ruby-progressbar (~> 1.7)
8683
unicode-display_width (>= 2.4.0, < 3.0)
87-
rubocop-ast (1.32.1)
84+
rubocop-ast (1.32.3)
8885
parser (>= 3.3.1.0)
8986
rubocop-factory_bot (2.26.1)
9087
rubocop (~> 1.61)
@@ -94,10 +91,10 @@ GEM
9491
rubocop-performance (1.21.1)
9592
rubocop (>= 1.48.1, < 2.0)
9693
rubocop-ast (>= 1.31.1, < 2.0)
97-
rubocop-rails (2.25.1)
94+
rubocop-rails (2.26.0)
9895
activesupport (>= 4.2.0)
9996
rack (>= 1.1)
100-
rubocop (>= 1.33.0, < 2.0)
97+
rubocop (>= 1.52.0, < 2.0)
10198
rubocop-ast (>= 1.31.1, < 2.0)
10299
rubocop-rake (0.6.0)
103100
rubocop (~> 1.0)
@@ -113,7 +110,6 @@ GEM
113110
sqlite3 (1.7.3-arm64-darwin)
114111
sqlite3 (1.7.3-x86_64-darwin)
115112
sqlite3 (1.7.3-x86_64-linux)
116-
strscan (3.1.0)
117113
timecop (0.9.10)
118114
timeout (0.4.1)
119115
tzinfo (2.0.6)
@@ -134,7 +130,7 @@ PLATFORMS
134130

135131
DEPENDENCIES
136132
activerecord (~> 7.1)
137-
boxt_rubocop (= 2.11.0)
133+
boxt_rubocop (= 2.12.0)
138134
byebug (~> 11.0)
139135
logga!
140136
rake (~> 13.2)

0 commit comments

Comments
 (0)