Skip to content

Commit 76f5a15

Browse files
build(deps-dev): bump the development-dependencies group across 1 directory with 5 updates
Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rails](https://github.com/rails/rails) | ``bc41ad6`` | ``bdc7c53`` | | [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.7.4` | `2.8.1` | | [debug](https://github.com/ruby/debug) | `1.11.0` | `1.11.1` | | [minitest-parallel_fork](https://github.com/jeremyevans/minitest-parallel_fork) | `2.1.0` | `2.1.1` | | [rubocop-rails](https://github.com/rubocop/rubocop-rails) | `2.33.4` | `2.34.2` | Updates `rails` from `bc41ad6` to `bdc7c53` - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@bc41ad6...bdc7c53) Updates `sqlite3` from 2.7.4 to 2.8.1 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v2.7.4...v2.8.1) Updates `debug` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.11.0...v1.11.1) Updates `minitest-parallel_fork` from 2.1.0 to 2.1.1 - [Changelog](https://github.com/jeremyevans/minitest-parallel_fork/blob/master/CHANGELOG) - [Commits](jeremyevans/minitest-parallel_fork@2.1.0...2.1.1) Updates `rubocop-rails` from 2.33.4 to 2.34.2 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.33.4...v2.34.2) --- updated-dependencies: - dependency-name: rails dependency-version: bdc7c53912abdd1f5ad888aa2fb532c932f10c27 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: sqlite3 dependency-version: 2.8.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: debug dependency-version: 1.11.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: minitest-parallel_fork dependency-version: 2.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: rubocop-rails dependency-version: 2.34.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e92cb3 commit 76f5a15

File tree

2 files changed

+43
-41
lines changed

2 files changed

+43
-41
lines changed

Gemfile

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

77
group :development, :test do
88
gem "rails", github: "rails/rails", branch: "main"
9-
gem "sqlite3", "2.7.4"
10-
gem "debug", "1.11.0"
11-
gem "minitest-parallel_fork", "2.1.0", require: false
9+
gem "sqlite3", "2.8.1"
10+
gem "debug", "1.11.1"
11+
gem "minitest-parallel_fork", "2.1.1", require: false
1212
end
1313

1414
group :rubocop do
1515
gem "rubocop-minitest", "0.38.2", require: false
1616
gem "rubocop-packaging", "0.6.0", require: false
1717
gem "rubocop-performance", "1.26.1", require: false
18-
gem "rubocop-rails", "2.33.4", require: false
18+
gem "rubocop-rails", "2.34.2", require: false
1919
gem "rubocop-rake", "0.7.1", require: false
2020
end
2121

Gemfile.lock

Lines changed: 39 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/rails/rails.git
3-
revision: bc41ad696a76a151db56259938dccf64ef87b501
3+
revision: bdc7c53912abdd1f5ad888aa2fb532c932f10c27
44
branch: main
55
specs:
66
actioncable (8.2.0.alpha)
@@ -72,6 +72,7 @@ GIT
7272
json
7373
logger (>= 1.4.2)
7474
minitest (>= 5.1)
75+
psych (>= 4)
7576
securerandom (>= 0.3)
7677
tzinfo (~> 2.0, >= 2.0.5)
7778
uri (>= 0.13.1)
@@ -116,7 +117,7 @@ GEM
116117
public_suffix (>= 2.0.2, < 7.0)
117118
ast (2.4.3)
118119
base64 (0.3.0)
119-
bigdecimal (3.3.1)
120+
bigdecimal (4.0.1)
120121
builder (3.3.0)
121122
capybara (3.40.0)
122123
addressable
@@ -127,15 +128,15 @@ GEM
127128
rack-test (>= 0.6.3)
128129
regexp_parser (>= 1.5, < 3.0)
129130
xpath (~> 3.2)
130-
concurrent-ruby (1.3.5)
131-
connection_pool (2.5.4)
131+
concurrent-ruby (1.3.6)
132+
connection_pool (3.0.2)
132133
crass (1.0.6)
133-
date (3.5.0)
134-
debug (1.11.0)
134+
date (3.5.1)
135+
debug (1.11.1)
135136
irb (~> 1.10)
136137
reline (>= 0.3.8)
137138
drb (2.2.3)
138-
erb (5.1.3)
139+
erb (6.0.1)
139140
erubi (1.13.1)
140141
et-orbi (1.4.0)
141142
tzinfo
@@ -144,25 +145,25 @@ GEM
144145
raabro (~> 1.4)
145146
globalid (1.3.0)
146147
activesupport (>= 6.1)
147-
i18n (1.14.7)
148+
i18n (1.14.8)
148149
concurrent-ruby (~> 1.0)
149150
importmap-rails (2.2.2)
150151
actionpack (>= 6.0.0)
151152
activesupport (>= 6.0.0)
152153
railties (>= 6.0.0)
153-
io-console (0.8.1)
154-
irb (1.15.3)
154+
io-console (0.8.2)
155+
irb (1.16.0)
155156
pp (>= 0.6.0)
156157
rdoc (>= 4.0.0)
157158
reline (>= 0.4.2)
158159
jbuilder (2.14.1)
159160
actionview (>= 7.0.0)
160161
activesupport (>= 7.0.0)
161-
json (2.15.2)
162+
json (2.18.0)
162163
language_server-protocol (3.17.0.5)
163164
lint_roller (1.1.0)
164165
logger (1.7.0)
165-
loofah (2.24.1)
166+
loofah (2.25.0)
166167
crass (~> 1.0.2)
167168
nokogiri (>= 1.12.0)
168169
mail (2.9.0)
@@ -174,10 +175,11 @@ GEM
174175
marcel (1.1.0)
175176
matrix (0.4.3)
176177
mini_mime (1.1.5)
177-
minitest (5.26.0)
178-
minitest-parallel_fork (2.1.0)
178+
minitest (6.0.0)
179+
prism (~> 1.5)
180+
minitest-parallel_fork (2.1.1)
179181
minitest (>= 5.15.0)
180-
net-imap (0.5.12)
182+
net-imap (0.6.2)
181183
date
182184
net-protocol
183185
net-pop (0.1.2)
@@ -196,18 +198,18 @@ GEM
196198
nokogiri (1.18.10-x86_64-linux-musl)
197199
racc (~> 1.4)
198200
parallel (1.27.0)
199-
parser (3.3.9.0)
201+
parser (3.3.10.0)
200202
ast (~> 2.4.1)
201203
racc
202204
pp (0.6.3)
203205
prettyprint
204206
prettyprint (0.2.0)
205-
prism (1.6.0)
207+
prism (1.7.0)
206208
propshaft (1.3.1)
207209
actionpack (>= 7.0.0)
208210
activesupport (>= 7.0.0)
209211
rack
210-
psych (5.2.6)
212+
psych (5.3.1)
211213
date
212214
stringio
213215
public_suffix (6.0.2)
@@ -221,7 +223,7 @@ GEM
221223
rack (>= 3.0.0)
222224
rack-test (2.2.0)
223225
rack (>= 1.3)
224-
rackup (2.2.1)
226+
rackup (2.3.1)
225227
rack (>= 3)
226228
rails-dom-testing (2.3.0)
227229
activesupport (>= 5.0.0)
@@ -232,26 +234,26 @@ GEM
232234
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
233235
rainbow (3.1.1)
234236
rake (13.3.1)
235-
rdoc (6.15.1)
237+
rdoc (7.0.1)
236238
erb
237239
psych (>= 4.0.0)
238240
tsort
239241
regexp_parser (2.11.3)
240-
reline (0.6.2)
242+
reline (0.6.3)
241243
io-console (~> 0.5)
242244
rexml (3.4.4)
243-
rubocop (1.81.1)
245+
rubocop (1.82.0)
244246
json (~> 2.3)
245247
language_server-protocol (~> 3.17.0.2)
246248
lint_roller (~> 1.1.0)
247249
parallel (~> 1.10)
248250
parser (>= 3.3.0.2)
249251
rainbow (>= 2.2.2, < 4.0)
250252
regexp_parser (>= 2.9.3, < 3.0)
251-
rubocop-ast (>= 1.47.1, < 2.0)
253+
rubocop-ast (>= 1.48.0, < 2.0)
252254
ruby-progressbar (~> 1.7)
253255
unicode-display_width (>= 2.4.0, < 4.0)
254-
rubocop-ast (1.47.1)
256+
rubocop-ast (1.48.0)
255257
parser (>= 3.3.7.2)
256258
prism (~> 1.4)
257259
rubocop-minitest (0.38.2)
@@ -265,7 +267,7 @@ GEM
265267
lint_roller (~> 1.1)
266268
rubocop (>= 1.75.0, < 2.0)
267269
rubocop-ast (>= 1.47.1, < 2.0)
268-
rubocop-rails (2.33.4)
270+
rubocop-rails (2.34.2)
269271
activesupport (>= 4.2.0)
270272
lint_roller (~> 1.1)
271273
rack (>= 1.1)
@@ -299,13 +301,13 @@ GEM
299301
fugit (~> 1.11)
300302
railties (>= 7.1)
301303
thor (>= 1.3.1)
302-
sqlite3 (2.7.4-arm64-darwin)
303-
sqlite3 (2.7.4-x86_64-darwin)
304-
sqlite3 (2.7.4-x86_64-linux-gnu)
305-
sqlite3 (2.7.4-x86_64-linux-musl)
304+
sqlite3 (2.8.1-arm64-darwin)
305+
sqlite3 (2.8.1-x86_64-darwin)
306+
sqlite3 (2.8.1-x86_64-linux-gnu)
307+
sqlite3 (2.8.1-x86_64-linux-musl)
306308
stimulus-rails (1.3.4)
307309
railties (>= 6.0.0)
308-
stringio (3.1.7)
310+
stringio (3.2.0)
309311
tailwindcss-rails (4.4.0)
310312
railties (>= 7.0.0)
311313
tailwindcss-ruby (~> 4.0)
@@ -314,7 +316,7 @@ GEM
314316
tailwindcss-ruby (4.1.16-x86_64-linux-gnu)
315317
tailwindcss-ruby (4.1.16-x86_64-linux-musl)
316318
thor (1.4.0)
317-
timeout (0.4.4)
319+
timeout (0.6.0)
318320
tsort (0.2.0)
319321
turbo-rails (2.0.20)
320322
actionpack (>= 7.1.0)
@@ -323,7 +325,7 @@ GEM
323325
concurrent-ruby (~> 1.0)
324326
unicode-display_width (3.2.0)
325327
unicode-emoji (~> 4.1)
326-
unicode-emoji (4.1.0)
328+
unicode-emoji (4.2.0)
327329
uri (1.1.1)
328330
useragent (0.16.11)
329331
websocket (1.2.11)
@@ -333,7 +335,7 @@ GEM
333335
websocket-extensions (0.1.5)
334336
xpath (3.2.0)
335337
nokogiri (~> 1.8)
336-
zeitwerk (2.7.3)
338+
zeitwerk (2.7.4)
337339

338340
PLATFORMS
339341
arm64-darwin
@@ -345,23 +347,23 @@ PLATFORMS
345347
DEPENDENCIES
346348
activerecord-tenanted!
347349
capybara
348-
debug (= 1.11.0)
350+
debug (= 1.11.1)
349351
importmap-rails
350352
jbuilder
351-
minitest-parallel_fork (= 2.1.0)
353+
minitest-parallel_fork (= 2.1.1)
352354
propshaft
353355
puma (>= 5.0)
354356
rails!
355357
rubocop-minitest (= 0.38.2)
356358
rubocop-packaging (= 0.6.0)
357359
rubocop-performance (= 1.26.1)
358-
rubocop-rails (= 2.33.4)
360+
rubocop-rails (= 2.34.2)
359361
rubocop-rake (= 0.7.1)
360362
selenium-webdriver
361363
solid_cable
362364
solid_cache
363365
solid_queue
364-
sqlite3 (= 2.7.4)
366+
sqlite3 (= 2.8.1)
365367
stimulus-rails
366368
tailwindcss-rails
367369
turbo-rails

0 commit comments

Comments
 (0)