Skip to content

Commit 7d12848

Browse files
Bump thruster from 0.1.14 to 0.1.15
Bumps [thruster](https://github.com/basecamp/thruster) from 0.1.14 to 0.1.15. - [Changelog](https://github.com/basecamp/thruster/blob/main/CHANGELOG.md) - [Commits](basecamp/thruster@v0.1.14...v0.1.15) --- updated-dependencies: - dependency-name: thruster dependency-version: 0.1.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08da4f8 commit 7d12848

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gem "solid_queue", '~> 1.1.5' # Use the da
2525
gem "sprockets", '~> 3.7.5', '< 4.0' # Rack-based asset packaging system
2626
gem "sprockets-rails", '~> 3.5.2' # The asset pipeline for Rails
2727
gem "stimulus-rails", '~> 1.3.4' # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
28-
gem "thruster", '~> 0.1.14', require: false # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
28+
gem "thruster", '~> 0.1.15', require: false # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
2929
gem "turbo-rails", '~> 2.0.16' # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
3030
gem "tzinfo-data", '~> 1.2025.2', platforms: %i[ windows jruby ] # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
3131

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,9 @@ GEM
441441
railties (>= 6.0.0)
442442
stringio (3.1.7)
443443
thor (1.3.2)
444-
thruster (0.1.14-arm64-darwin)
445-
thruster (0.1.14-x86_64-darwin)
446-
thruster (0.1.14-x86_64-linux)
444+
thruster (0.1.15-arm64-darwin)
445+
thruster (0.1.15-x86_64-darwin)
446+
thruster (0.1.15-x86_64-linux)
447447
tilt (2.6.0)
448448
timeout (0.4.3)
449449
turbo-rails (2.0.16)
@@ -514,7 +514,7 @@ DEPENDENCIES
514514
sprockets (~> 3.7.5, < 4.0)
515515
sprockets-rails (~> 3.5.2)
516516
stimulus-rails (~> 1.3.4)
517-
thruster (~> 0.1.14)
517+
thruster (~> 0.1.15)
518518
turbo-rails (~> 2.0.16)
519519
tzinfo-data (~> 1.2025.2)
520520
web-console

0 commit comments

Comments
 (0)