Skip to content

Commit

Permalink
Remove importmap-rails dependency (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored Oct 7, 2024
1 parent eb11003 commit 50fe6a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ group :development do
gem "spring", "~> 4.2"
gem "spring-watcher-listen", "~> 2.1"
gem "hotwire-livereload", "~> 1.4"
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem "importmap-rails"

# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
gem "turbo-rails"
Expand Down
5 changes: 0 additions & 5 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ GEM
http-form_data (2.3.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
importmap-rails (2.0.1)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.7.2)
irb (1.14.0)
rdoc (>= 4.0.0)
Expand Down Expand Up @@ -368,7 +364,6 @@ DEPENDENCIES
cssbundling-rails (~> 1.4)
foreman
hotwire-livereload (~> 1.4)
importmap-rails
kind-rb (~> 0.1)
kuby-azure (~> 0.4.0)
kuby-core (~> 0.20)
Expand Down

0 comments on commit 50fe6a5

Please sign in to comment.