Skip to content

Commit 8ef4b05

Browse files
Bump the ruby-dependencies group with 3 updates (#173)
Bumps the ruby-dependencies group with 3 updates: [boxt_rubocop](https://github.com/boxt/boxt_rubocop), [rake](https://github.com/ruby/rake) and [sqlite3](https://github.com/sparklemotion/sqlite3-ruby). Updates `boxt_rubocop` from 2.2.0 to 2.5.0 - [Commits](boxt/boxt_rubocop@v2.2.0...v2.5.0) Updates `rake` from 13.1.0 to 13.2.1 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.1.0...v13.2.1) Updates `sqlite3` from 1.7.2 to 1.7.3 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: boxt_rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rake dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: sqlite3 dependency-type: direct:development update-type: version-update:semver-patch 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 f37f324 commit 8ef4b05

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ gemspec
66

77
group :development do
88
gem "activerecord", "~> 7.1"
9-
gem "boxt_rubocop", "2.2.0"
9+
gem "boxt_rubocop", "2.5.0"
1010
gem "byebug", "~> 11.0"
11-
gem "rake", "~> 13.0"
11+
gem "rake", "~> 13.2"
1212
gem "rspec", "~> 3.13"
1313
gem "simplecov", "~> 0.22"
1414
gem "sqlite3", "~> 1.7"

Gemfile.lock

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -26,37 +26,36 @@ GEM
2626
tzinfo (~> 2.0)
2727
ast (2.4.2)
2828
base64 (0.2.0)
29-
bigdecimal (3.1.6)
30-
boxt_rubocop (2.2.0)
31-
rubocop (= 1.60.1)
29+
bigdecimal (3.1.7)
30+
boxt_rubocop (2.5.0)
31+
rubocop (= 1.62.1)
3232
rubocop-faker (= 1.1.0)
33-
rubocop-performance (= 1.20.2)
34-
rubocop-rails (= 2.23.1)
33+
rubocop-performance (= 1.21.0)
34+
rubocop-rails (= 2.24.1)
3535
rubocop-rake (= 0.6.0)
36-
rubocop-rspec (= 2.26.1)
36+
rubocop-rspec (= 2.28.0)
3737
byebug (11.1.3)
3838
concurrent-ruby (1.2.3)
3939
connection_pool (2.4.1)
4040
diff-lcs (1.5.1)
4141
docile (1.4.0)
42-
drb (2.2.0)
43-
ruby2_keywords
44-
faker (3.2.3)
42+
drb (2.2.1)
43+
faker (3.3.1)
4544
i18n (>= 1.8.11, < 2)
46-
i18n (1.14.1)
45+
i18n (1.14.4)
4746
concurrent-ruby (~> 1.0)
48-
json (2.7.1)
47+
json (2.7.2)
4948
language_server-protocol (3.17.0.3)
50-
minitest (5.21.2)
49+
minitest (5.22.3)
5150
mutex_m (0.2.0)
5251
parallel (1.24.0)
5352
parser (3.3.0.5)
5453
ast (~> 2.4.1)
5554
racc
5655
racc (1.7.3)
57-
rack (3.0.8)
56+
rack (3.0.10)
5857
rainbow (3.1.1)
59-
rake (13.1.0)
58+
rake (13.2.1)
6059
regexp_parser (2.9.0)
6160
rexml (3.2.6)
6261
rspec (3.13.0)
@@ -72,51 +71,53 @@ GEM
7271
diff-lcs (>= 1.2.0, < 2.0)
7372
rspec-support (~> 3.13.0)
7473
rspec-support (3.13.0)
75-
rubocop (1.60.1)
74+
rubocop (1.62.1)
7675
json (~> 2.3)
7776
language_server-protocol (>= 3.17.0)
7877
parallel (~> 1.10)
7978
parser (>= 3.3.0.2)
8079
rainbow (>= 2.2.2, < 4.0)
8180
regexp_parser (>= 1.8, < 3.0)
8281
rexml (>= 3.2.5, < 4.0)
83-
rubocop-ast (>= 1.30.0, < 2.0)
82+
rubocop-ast (>= 1.31.1, < 2.0)
8483
ruby-progressbar (~> 1.7)
8584
unicode-display_width (>= 2.4.0, < 3.0)
86-
rubocop-ast (1.30.0)
87-
parser (>= 3.2.1.0)
85+
rubocop-ast (1.31.2)
86+
parser (>= 3.3.0.4)
8887
rubocop-capybara (2.20.0)
8988
rubocop (~> 1.41)
9089
rubocop-factory_bot (2.25.1)
9190
rubocop (~> 1.41)
9291
rubocop-faker (1.1.0)
9392
faker (>= 2.12.0)
9493
rubocop (>= 0.82.0)
95-
rubocop-performance (1.20.2)
94+
rubocop-performance (1.21.0)
9695
rubocop (>= 1.48.1, < 2.0)
97-
rubocop-ast (>= 1.30.0, < 2.0)
98-
rubocop-rails (2.23.1)
96+
rubocop-ast (>= 1.31.1, < 2.0)
97+
rubocop-rails (2.24.1)
9998
activesupport (>= 4.2.0)
10099
rack (>= 1.1)
101100
rubocop (>= 1.33.0, < 2.0)
102-
rubocop-ast (>= 1.30.0, < 2.0)
101+
rubocop-ast (>= 1.31.1, < 2.0)
103102
rubocop-rake (0.6.0)
104103
rubocop (~> 1.0)
105-
rubocop-rspec (2.26.1)
104+
rubocop-rspec (2.28.0)
106105
rubocop (~> 1.40)
107106
rubocop-capybara (~> 2.17)
108107
rubocop-factory_bot (~> 2.22)
108+
rubocop-rspec_rails (~> 2.28)
109+
rubocop-rspec_rails (2.28.2)
110+
rubocop (~> 1.40)
109111
ruby-progressbar (1.13.0)
110-
ruby2_keywords (0.0.5)
111112
simplecov (0.22.0)
112113
docile (~> 1.1)
113114
simplecov-html (~> 0.11)
114115
simplecov_json_formatter (~> 0.1)
115116
simplecov-html (0.12.3)
116117
simplecov_json_formatter (0.1.4)
117-
sqlite3 (1.7.2-arm64-darwin)
118-
sqlite3 (1.7.2-x86_64-darwin)
119-
sqlite3 (1.7.2-x86_64-linux)
118+
sqlite3 (1.7.3-arm64-darwin)
119+
sqlite3 (1.7.3-x86_64-darwin)
120+
sqlite3 (1.7.3-x86_64-linux)
120121
timecop (0.9.8)
121122
timeout (0.4.1)
122123
tzinfo (2.0.6)
@@ -137,10 +138,10 @@ PLATFORMS
137138

138139
DEPENDENCIES
139140
activerecord (~> 7.1)
140-
boxt_rubocop (= 2.2.0)
141+
boxt_rubocop (= 2.5.0)
141142
byebug (~> 11.0)
142143
logga!
143-
rake (~> 13.0)
144+
rake (~> 13.2)
144145
rspec (~> 3.13)
145146
simplecov (~> 0.22)
146147
sqlite3 (~> 1.7)

0 commit comments

Comments
 (0)