Skip to content
Snippets Groups Projects
Verified Commit de334c7a authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

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)
parent 14b28b76
No related branches found
No related tags found
No related merge requests found
Pipeline #37263 passed
......@@ -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"
......
......@@ -145,10 +145,6 @@ GEM
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
hotwire-rails (0.1.3)
rails (>= 6.0.0)
stimulus-rails
turbo-rails
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
......@@ -339,7 +335,6 @@ DEPENDENCIES
crono (~> 2.1)
debug
devise (~> 4.9)
hotwire-rails (~> 0.1.3)
httparty (> 0)
icalendar (~> 2.10)
importmap-rails (~> 2.0)
......@@ -350,8 +345,10 @@ DEPENDENCIES
solid_queue (~> 1.1)
sprockets-rails (> 0)
sqlite3 (~> 2.5)
stimulus-rails (~> 1.3)
tailwindcss-rails (~> 3.1)
telegram-bot-ruby (~> 2.0)
turbo-rails (~> 2.0)
tzinfo-data
web-console (> 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment