Skip to content

Commit d773628

Browse files
dependabot[bot]jnms-me
authored andcommitted
build(deps): bump bootsnap from 1.19.0 to 1.20.0 in the deps group
Bumps the deps group with 1 update: [bootsnap](https://github.com/rails/bootsnap). Updates `bootsnap` from 1.19.0 to 1.20.0 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.19.0...v1.20.0) build(deps): bump datatables.net from 2.3.5 to 2.3.6 in the deps group Bumps the deps group with 1 update: [datatables.net](https://github.com/DataTables/Dist-DataTables). Updates `datatables.net` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/DataTables/Dist-DataTables/releases) - [Commits](DataTables/Dist-DataTables@2.3.5...2.3.6) build(deps): bump library/mariadb from 11.8 to 12.1 in the deps group Bumps the deps group with 1 update: library/mariadb. Updates `library/mariadb` from 11.8 to 12.1 --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: datatables.net dependency-version: 2.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: library/mariadb dependency-version: '12.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25da5b7 commit d773628

4 files changed

Lines changed: 63 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GEM
6363
benchmark (0.5.0)
6464
bigdecimal (3.3.1)
6565
bindex (0.8.1)
66-
bootsnap (1.19.0)
66+
bootsnap (1.20.0)
6767
msgpack (~> 1.2)
6868
builder (3.3.0)
6969
byebug (12.0.0)

compose.production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- redis
1818

1919
db:
20-
image: docker.io/library/mariadb:11.8
20+
image: docker.io/library/mariadb:12.1
2121
restart: unless-stopped
2222
env_file: .env.production
2323

package-lock.json

Lines changed: 60 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@hotwired/turbo-rails": "^8.0.20",
77
"@tailwindcss/cli": "^4.1.18",
88
"datatables": "^1.10.18",
9-
"datatables.net": "^2.3.5",
9+
"datatables.net": "^2.3.6",
1010
"esbuild": "^0.27.2",
1111
"fuse.js": "^7.1.0",
1212
"luxon": "^3.7.2",

0 commit comments

Comments
 (0)