diff --git a/Gemfile.lock b/Gemfile.lock index 0def757..cf2b0bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - importmap-rails (2.0.0) + importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) diff --git a/gemfiles/rails_7_0_propshaft.gemfile.lock b/gemfiles/rails_7_0_propshaft.gemfile.lock index 368a581..737a8e2 100644 --- a/gemfiles/rails_7_0_propshaft.gemfile.lock +++ b/gemfiles/rails_7_0_propshaft.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (2.0.0) + importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) diff --git a/gemfiles/rails_7_0_sprockets.gemfile.lock b/gemfiles/rails_7_0_sprockets.gemfile.lock index bc8ea9e..002eaf4 100644 --- a/gemfiles/rails_7_0_sprockets.gemfile.lock +++ b/gemfiles/rails_7_0_sprockets.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (2.0.0) + importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) diff --git a/gemfiles/rails_7_1_propshaft.gemfile.lock b/gemfiles/rails_7_1_propshaft.gemfile.lock index fd7c425..fdcd93d 100644 --- a/gemfiles/rails_7_1_propshaft.gemfile.lock +++ b/gemfiles/rails_7_1_propshaft.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (2.0.0) + importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) diff --git a/gemfiles/rails_7_1_sprockets.gemfile.lock b/gemfiles/rails_7_1_sprockets.gemfile.lock index afda107..a1a9da0 100644 --- a/gemfiles/rails_7_1_sprockets.gemfile.lock +++ b/gemfiles/rails_7_1_sprockets.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (2.0.0) + importmap-rails (2.0.1) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) diff --git a/lib/importmap/version.rb b/lib/importmap/version.rb index 0dc7931..b8aebba 100644 --- a/lib/importmap/version.rb +++ b/lib/importmap/version.rb @@ -1,3 +1,3 @@ module Importmap - VERSION = "2.0.0" + VERSION = "2.0.1" end