Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem "solid_queue", '~> 1.1.5' # Use the da
gem "sprockets", '~> 3.7.5', '< 4.0' # Rack-based asset packaging system
gem "sprockets-rails", '~> 3.5.2' # The asset pipeline for Rails
gem "stimulus-rails", '~> 1.3.4' # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
gem "thruster", '~> 0.1.14', require: false # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
gem "thruster", '~> 0.1.16', require: false # Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
gem "turbo-rails", '~> 2.0.16' # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
gem "tzinfo-data", '~> 1.2025.2', platforms: %i[ windows jruby ] # Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,9 @@ GEM
railties (>= 6.0.0)
stringio (3.1.7)
thor (1.3.2)
thruster (0.1.14-arm64-darwin)
thruster (0.1.14-x86_64-darwin)
thruster (0.1.14-x86_64-linux)
thruster (0.1.16-arm64-darwin)
thruster (0.1.16-x86_64-darwin)
thruster (0.1.16-x86_64-linux)
tilt (2.6.0)
timeout (0.4.3)
turbo-rails (2.0.16)
Expand Down Expand Up @@ -514,7 +514,7 @@ DEPENDENCIES
sprockets (~> 3.7.5, < 4.0)
sprockets-rails (~> 3.5.2)
stimulus-rails (~> 1.3.4)
thruster (~> 0.1.14)
thruster (~> 0.1.16)
turbo-rails (~> 2.0.16)
tzinfo-data (~> 1.2025.2)
web-console
Expand Down