Skip to content

Commit 1b7544c

Browse files
committed
Update Gemfile comment
1 parent 709a79b commit 1b7544c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem "solid_cache" # A database-backed ActiveSupport::Cache::Store [https://githu
1414
gem "solid_queue" # A database-backed ActiveJob backend [https://github.com/basecamp/solid_queue]
1515

1616
# Asset management
17-
gem "propshaft", group: [:default, :wasm] # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
17+
gem "propshaft", group: [:default, :wasm] # Deliver assets for Rails [https://github.com/rails/propshaft]
1818
gem "stimulus-rails", group: [:default, :wasm] # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
1919
gem "turbo-rails", group: [:default, :wasm] # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
2020
gem "vite_rails", group: [:default, :wasm] # Leverage Vite to power the frontend of your Rails app [https://vite-ruby.netlify.app/guide/rails.html]

0 commit comments

Comments
 (0)