Skip to content

Commit eca8972

Browse files
Bump the minor-and-patch group with 4 updates (#84)
Bumps the minor-and-patch group with 4 updates: [bootsnap](https://github.com/rails/bootsnap), [image_processing](https://github.com/janko/image_processing), [madmin](https://github.com/excid3/madmin) and [overcommit](https://github.com/sds/overcommit). Updates `bootsnap` from 1.24.5 to 1.24.6 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.24.5...v1.24.6) Updates `image_processing` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](janko/image_processing@v2.0.1...v2.0.2) Updates `madmin` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/excid3/madmin/releases) - [Changelog](https://github.com/excid3/madmin/blob/main/CHANGELOG.md) - [Commits](excid3/madmin@v2.3.2...v2.3.3) Updates `overcommit` from 0.69.0 to 0.70.0 - [Release notes](https://github.com/sds/overcommit/releases) - [Changelog](https://github.com/sds/overcommit/blob/main/CHANGELOG.md) - [Commits](sds/overcommit@v0.69.0...v0.70.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.24.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: image_processing dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: madmin dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: overcommit dependency-version: 0.70.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a62820 commit eca8972

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ gem "acts_as_tenant"
5252
gem "pagy", "~> 43"
5353
gem "seed-fu", "~> 2.3"
5454
gem "whenever", require: false
55-
gem "madmin", "~> 2.0"
55+
gem "madmin", "~> 2.3"
5656
gem "valid_email2"
5757
gem "importmap-rails"
5858
gem "tailwindcss-rails", "~> 4.0"

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ GEM
103103
smart_properties
104104
bigdecimal (4.1.2)
105105
bindex (0.8.1)
106-
bootsnap (1.24.5)
106+
bootsnap (1.24.6)
107107
msgpack (~> 1.2)
108108
brakeman (8.0.4)
109109
racc
@@ -199,7 +199,7 @@ GEM
199199
http-2 (>= 1.1.3)
200200
i18n (1.14.8)
201201
concurrent-ruby (~> 1.0)
202-
image_processing (2.0.1)
202+
image_processing (2.0.2)
203203
importmap-rails (2.2.3)
204204
actionpack (>= 6.0.0)
205205
activesupport (>= 6.0.0)
@@ -211,7 +211,7 @@ GEM
211211
prism (>= 1.3.0)
212212
rdoc (>= 4.0.0)
213213
reline (>= 0.4.2)
214-
json (2.19.7)
214+
json (2.19.8)
215215
jsonapi-serializer (2.2.0)
216216
activesupport (>= 4.2)
217217
jwt (3.2.0)
@@ -222,7 +222,7 @@ GEM
222222
loofah (2.25.1)
223223
crass (~> 1.0.2)
224224
nokogiri (>= 1.12.0)
225-
madmin (2.3.2)
225+
madmin (2.3.3)
226226
importmap-rails
227227
pagy (>= 3.5)
228228
propshaft
@@ -291,7 +291,7 @@ GEM
291291
orm_adapter (0.5.0)
292292
os (1.1.4)
293293
ostruct (0.6.3)
294-
overcommit (0.69.0)
294+
overcommit (0.70.0)
295295
childprocess (>= 0.6.3, < 6)
296296
iniparse (~> 1.4)
297297
rexml (>= 3.3.9)
@@ -316,7 +316,7 @@ GEM
316316
actionpack (>= 7.0.0)
317317
activesupport (>= 7.0.0)
318318
rack
319-
psych (5.3.1)
319+
psych (5.4.0)
320320
date
321321
stringio
322322
public_suffix (7.0.5)
@@ -485,7 +485,7 @@ GEM
485485
crack (>= 0.3.2)
486486
hashdiff (>= 0.4.0, < 2.0.0)
487487
websocket (1.2.11)
488-
websocket-driver (0.8.0)
488+
websocket-driver (0.8.1)
489489
base64
490490
websocket-extensions (>= 0.1.0)
491491
websocket-extensions (0.1.5)
@@ -521,7 +521,7 @@ DEPENDENCIES
521521
image_processing (~> 2.0)
522522
importmap-rails
523523
jsonapi-serializer
524-
madmin (~> 2.0)
524+
madmin (~> 2.3)
525525
mailbin
526526
minitest-mock
527527
mission_control-jobs

0 commit comments

Comments
 (0)