Skip to content

Commit 20f0fbb

Browse files
Bump thruster from 0.1.12 to 0.1.13
Bumps [thruster](https://github.com/basecamp/thruster) from 0.1.12 to 0.1.13. - [Changelog](https://github.com/basecamp/thruster/blob/main/CHANGELOG.md) - [Commits](basecamp/thruster@v0.1.12...v0.1.13) --- updated-dependencies: - dependency-name: thruster dependency-version: 0.1.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abe41e8 commit 20f0fbb

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
@@ -22,7 +22,7 @@ gem "solid_queue", '~> 1.1.4' # Use the da
2222
gem "sprockets", '~> 3.7.5' # Rack-based asset packaging system
2323
gem "sprockets-rails", '~> 3.5.2' # The asset pipeline for Rails
2424
gem "stimulus-rails", '~> 1.3.4' # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
25-
gem "thruster", '~> 0.1.12', require: false # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
25+
gem "thruster", '~> 0.1.13', require: false # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
2626
gem "turbo-rails", '~> 2.0.13' # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
2727
gem "tzinfo-data", '~> 1.2025.2', platforms: %i[ windows jruby ] # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2828

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,9 @@ GEM
419419
railties (>= 6.0.0)
420420
stringio (3.1.6)
421421
thor (1.3.2)
422-
thruster (0.1.12-arm64-darwin)
423-
thruster (0.1.12-x86_64-darwin)
424-
thruster (0.1.12-x86_64-linux)
422+
thruster (0.1.13-arm64-darwin)
423+
thruster (0.1.13-x86_64-darwin)
424+
thruster (0.1.13-x86_64-linux)
425425
tilt (2.6.0)
426426
timeout (0.4.3)
427427
turbo-rails (2.0.13)
@@ -486,7 +486,7 @@ DEPENDENCIES
486486
sprockets (~> 3.7.5)
487487
sprockets-rails (~> 3.5.2)
488488
stimulus-rails (~> 1.3.4)
489-
thruster (~> 0.1.12)
489+
thruster (~> 0.1.13)
490490
turbo-rails (~> 2.0.13)
491491
tzinfo-data (~> 1.2025.2)
492492
web-console

0 commit comments

Comments
 (0)