-
- Downloads
Remove deprecated hotwire-rails gem
> This gem was aggregating the dependencies of Turbo and Stimulus, > but offered nothing else. Aggregating dependencies is not enough > value, so this gem is now deprecated. > Please use the underlying frameworks directly. (from https://github.com/hotwired/hotwire-rails)
... | ... | @@ -50,7 +50,8 @@ gem "httparty", "> 0" |
gem "tailwindcss-rails", "~> 3.1" | ||
gem "hotwire-rails", "~> 0.1.3" | ||
gem "turbo-rails", "~> 2.0" | ||
gem "stimulus-rails", "~> 1.3" | ||
gem "importmap-rails", "~> 2.0" | ||
... | ... |
Please register or sign in to comment