Skip to content

Commit 2e29ac9

Browse files
Bump the dependencies group across 1 directory with 6 updates
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `2.9.0` | `2.9.1` | | [rspec-rails](https://github.com/rspec/rspec-rails) | `8.0.2` | `8.0.3` | | [web-console](https://github.com/rails/web-console) | `4.2.1` | `4.3.0` | | [devise](https://github.com/heartcombo/devise) | `5.0.1` | `5.0.2` | | [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) | `6.3.1` | `6.5.2` | | [thruster](https://github.com/basecamp/thruster) | `0.1.18` | `0.1.19` | Updates `sqlite3` from 2.9.0 to 2.9.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.9.0...v2.9.1) Updates `rspec-rails` from 8.0.2 to 8.0.3 - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v8.0.2...v8.0.3) Updates `web-console` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/rails/web-console/releases) - [Changelog](https://github.com/rails/web-console/blob/main/CHANGELOG.markdown) - [Commits](rails/web-console@v4.2.1...v4.3.0) Updates `devise` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/heartcombo/devise/releases) - [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md) - [Commits](heartcombo/devise@v5.0.1...v5.0.2) Updates `honeybadger` from 6.3.1 to 6.5.2 - [Release notes](https://github.com/honeybadger-io/honeybadger-ruby/releases) - [Changelog](https://github.com/honeybadger-io/honeybadger-ruby/blob/master/CHANGELOG.md) - [Commits](honeybadger-io/honeybadger-ruby@v6.3.1...v6.5.2) Updates `thruster` from 0.1.18 to 0.1.19 - [Changelog](https://github.com/basecamp/thruster/blob/main/CHANGELOG.md) - [Commits](basecamp/thruster@v0.1.18...v0.1.19) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rspec-rails dependency-version: 8.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: web-console dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: devise dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: honeybadger dependency-version: 6.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: thruster dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78703c0 commit 2e29ac9

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

Gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
debug (1.11.1)
119119
irb (~> 1.10)
120120
reline (>= 0.3.8)
121-
devise (5.0.1)
121+
devise (5.0.2)
122122
bcrypt (~> 3.0)
123123
orm_adapter (~> 0.1)
124124
railties (>= 7.0)
@@ -131,7 +131,7 @@ GEM
131131
dot-properties (0.1.4)
132132
bundler (>= 2.2.33)
133133
drb (2.2.3)
134-
erb (6.0.1)
134+
erb (6.0.2)
135135
erubi (1.13.1)
136136
faraday (2.14.1)
137137
faraday-net_http (>= 2.0, < 3.5)
@@ -151,7 +151,7 @@ GEM
151151
globalid (1.3.0)
152152
activesupport (>= 6.1)
153153
hashie (5.0.0)
154-
honeybadger (6.3.1)
154+
honeybadger (6.5.2)
155155
logger
156156
ostruct
157157
http (5.3.1)
@@ -215,7 +215,8 @@ GEM
215215
matrix (0.4.2)
216216
mini_mime (1.1.5)
217217
minitar (1.1.0)
218-
minitest (6.0.1)
218+
minitest (6.0.2)
219+
drb (~> 2.0)
219220
prism (~> 1.5)
220221
msgpack (1.8.0)
221222
mutex_m (0.3.0)
@@ -283,8 +284,8 @@ GEM
283284
activesupport (>= 5.0.0)
284285
minitest
285286
nokogiri (>= 1.6)
286-
rails-html-sanitizer (1.6.2)
287-
loofah (~> 2.21)
287+
rails-html-sanitizer (1.7.0)
288+
loofah (~> 2.25)
288289
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)
289290
railties (8.0.4)
290291
actionpack (= 8.0.4)
@@ -311,23 +312,23 @@ GEM
311312
rsolr (2.6.0)
312313
builder (>= 2.1.2)
313314
faraday (>= 0.9, < 3, != 2.0.0)
314-
rspec-core (3.13.5)
315+
rspec-core (3.13.6)
315316
rspec-support (~> 3.13.0)
316317
rspec-expectations (3.13.5)
317318
diff-lcs (>= 1.2.0, < 2.0)
318319
rspec-support (~> 3.13.0)
319-
rspec-mocks (3.13.5)
320+
rspec-mocks (3.13.8)
320321
diff-lcs (>= 1.2.0, < 2.0)
321322
rspec-support (~> 3.13.0)
322-
rspec-rails (8.0.2)
323+
rspec-rails (8.0.3)
323324
actionpack (>= 7.2)
324325
activesupport (>= 7.2)
325326
railties (>= 7.2)
326327
rspec-core (~> 3.13)
327328
rspec-expectations (~> 3.13)
328329
rspec-mocks (~> 3.13)
329330
rspec-support (~> 3.13)
330-
rspec-support (3.13.5)
331+
rspec-support (3.13.7)
331332
ruby-progressbar (1.13.0)
332333
rubyzip (3.2.2)
333334
securerandom (0.4.1)
@@ -343,16 +344,16 @@ GEM
343344
ostruct
344345
retriable
345346
ruby-progressbar
346-
sqlite3 (2.9.0-aarch64-linux-gnu)
347-
sqlite3 (2.9.0-arm64-darwin)
348-
sqlite3 (2.9.0-x86_64-linux-gnu)
347+
sqlite3 (2.9.1-aarch64-linux-gnu)
348+
sqlite3 (2.9.1-arm64-darwin)
349+
sqlite3 (2.9.1-x86_64-linux-gnu)
349350
stimulus-rails (1.3.4)
350351
railties (>= 6.0.0)
351352
stringio (3.2.0)
352353
thor (1.5.0)
353-
thruster (0.1.18-aarch64-linux)
354-
thruster (0.1.18-arm64-darwin)
355-
thruster (0.1.18-x86_64-linux)
354+
thruster (0.1.19-aarch64-linux)
355+
thruster (0.1.19-arm64-darwin)
356+
thruster (0.1.19-x86_64-linux)
356357
timeout (0.5.0)
357358
traject (3.8.3)
358359
concurrent-ruby (>= 0.8.0)
@@ -381,11 +382,10 @@ GEM
381382
concurrent-ruby (~> 1)
382383
warden (1.2.9)
383384
rack (>= 2.0.9)
384-
web-console (4.2.1)
385-
actionview (>= 6.0.0)
386-
activemodel (>= 6.0.0)
385+
web-console (4.3.0)
386+
actionview (>= 8.0.0)
387387
bindex (>= 0.4.0)
388-
railties (>= 6.0.0)
388+
railties (>= 8.0.0)
389389
webdrivers (5.3.1)
390390
nokogiri (~> 1.6)
391391
rubyzip (>= 1.3.0)
@@ -397,7 +397,7 @@ GEM
397397
xpath (3.2.0)
398398
nokogiri (~> 1.8)
399399
yell (2.2.2)
400-
zeitwerk (2.7.4)
400+
zeitwerk (2.7.5)
401401

402402
PLATFORMS
403403
aarch64-linux

0 commit comments

Comments
 (0)