diff --git a/Gemfile b/Gemfile index 039a800..a71212c 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.3.0' gem 'rails', '~> 7.2' -gem 'importmap-rails', '~> 2.0', '>= 2.0.1' +gem 'importmap-rails', '~> 2.0' # Use postgres as the database for Active Record gem 'pg', '~> 1.5' # Use Puma as the app server diff --git a/Gemfile.lock b/Gemfile.lock index 5c0f297..acc0747 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - importmap-rails (2.0.1) + importmap-rails (2.0.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) @@ -315,7 +315,7 @@ DEPENDENCIES factory_bot_rails (~> 6.4, >= 6.4.3) heroicon (~> 1.0.0) image_processing (~> 1.13) - importmap-rails (~> 2.0, >= 2.0.1) + importmap-rails (~> 2.0) kaminari (~> 1.2) meta-tags (~> 2.22) pg (~> 1.5)