Skip to content

Commit ccffe76

Browse files
Bump boxt_rubocop from 0.0.22 to 0.0.24 (#95)
Bumps [boxt_rubocop](https://github.com/boxt/boxt_rubocop) from 0.0.22 to 0.0.24. - [Release notes](https://github.com/boxt/boxt_rubocop/releases) - [Commits](zuno-tech/rubocop-zuno@v0.0.22...v0.0.24) --- updated-dependencies: - dependency-name: boxt_rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9e1c06 commit ccffe76

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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.0"
9-
gem "boxt_rubocop", "0.0.22"
9+
gem "boxt_rubocop", "0.0.24"
1010
gem "byebug", "~> 11.0"
1111
gem "rake", "~> 13.0"
1212
gem "rspec", "~> 3.9"

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ GEM
1919
minitest (>= 5.1)
2020
tzinfo (~> 2.0)
2121
ast (2.4.2)
22-
boxt_rubocop (0.0.22)
23-
rubocop (= 1.35.1)
22+
boxt_rubocop (0.0.24)
23+
rubocop (= 1.36.0)
2424
rubocop-faker (= 1.1.0)
25-
rubocop-rails (= 2.15.2)
25+
rubocop-rails (= 2.16.1)
2626
rubocop-rake (= 0.6.0)
27-
rubocop-rspec (= 2.12.1)
27+
rubocop-rspec (= 2.13.2)
2828
byebug (11.1.3)
2929
concurrent-ruby (1.1.10)
3030
diff-lcs (1.5.0)
3131
docile (1.4.0)
32-
faker (2.22.0)
32+
faker (2.23.0)
3333
i18n (>= 1.8.11, < 2)
3434
i18n (1.12.0)
3535
concurrent-ruby (~> 1.0)
@@ -39,7 +39,7 @@ GEM
3939
parallel (1.22.1)
4040
parser (3.1.2.1)
4141
ast (~> 2.4.1)
42-
rack (2.2.4)
42+
rack (3.0.0)
4343
rainbow (3.1.1)
4444
rake (13.0.6)
4545
regexp_parser (2.5.0)
@@ -57,7 +57,7 @@ GEM
5757
diff-lcs (>= 1.2.0, < 2.0)
5858
rspec-support (~> 3.11.0)
5959
rspec-support (3.11.0)
60-
rubocop (1.35.1)
60+
rubocop (1.36.0)
6161
json (~> 2.3)
6262
parallel (~> 1.10)
6363
parser (>= 3.1.2.1)
@@ -72,14 +72,14 @@ GEM
7272
rubocop-faker (1.1.0)
7373
faker (>= 2.12.0)
7474
rubocop (>= 0.82.0)
75-
rubocop-rails (2.15.2)
75+
rubocop-rails (2.16.1)
7676
activesupport (>= 4.2.0)
7777
rack (>= 1.1)
78-
rubocop (>= 1.7.0, < 2.0)
78+
rubocop (>= 1.33.0, < 2.0)
7979
rubocop-rake (0.6.0)
8080
rubocop (~> 1.0)
81-
rubocop-rspec (2.12.1)
82-
rubocop (~> 1.31)
81+
rubocop-rspec (2.13.2)
82+
rubocop (~> 1.33)
8383
ruby-progressbar (1.11.0)
8484
simplecov (0.21.2)
8585
docile (~> 1.1)
@@ -92,7 +92,7 @@ GEM
9292
timecop (0.9.5)
9393
tzinfo (2.0.5)
9494
concurrent-ruby (~> 1.0)
95-
unicode-display_width (2.2.0)
95+
unicode-display_width (2.3.0)
9696
with_model (2.1.6)
9797
activerecord (>= 5.2)
9898

@@ -101,7 +101,7 @@ PLATFORMS
101101

102102
DEPENDENCIES
103103
activerecord (~> 7.0)
104-
boxt_rubocop (= 0.0.22)
104+
boxt_rubocop (= 0.0.24)
105105
byebug (~> 11.0)
106106
logga!
107107
rake (~> 13.0)

0 commit comments

Comments
 (0)