diff --git a/Gemfile b/Gemfile index d52d6ad..a2fbab6 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ gem "csv", "~> 3.3" gem "devise", "~> 4.9" -gem "importmap-rails", "~> 2.1" +gem "importmap-rails", "~> 2.2" gem "propshaft", "~> 1.2" diff --git a/Gemfile.lock b/Gemfile.lock index e49221f..b11a400 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,7 +199,7 @@ GEM i18n (1.14.7) concurrent-ruby (~> 1.0) iconv (1.1.0) - importmap-rails (2.1.0) + importmap-rails (2.2.2) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) @@ -292,7 +292,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.16) + rack (3.2.0) rack-cors (3.0.0) logger rack (>= 3.0.14) @@ -345,7 +345,7 @@ GEM erb psych (>= 4.0.0) regexp_parser (2.10.0) - reline (0.6.1) + reline (0.6.2) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) @@ -385,7 +385,7 @@ GEM structify (0.3.4) activesupport (>= 7.0, < 9.0) attr_json (~> 2.1) - thor (1.3.2) + thor (1.4.0) timeout (0.4.3) turbo-rails (2.0.16) actionpack (>= 7.1.0) @@ -437,7 +437,7 @@ DEPENDENCIES good_job (~> 4.11) http (~> 5.3) iconv (~> 1.1) - importmap-rails (~> 2.1) + importmap-rails (~> 2.2) jbuilder marksmith (~> 0.4.5) nokogiri (~> 1.18)