From bbb5493873ef77169b9445e330bac2a457e00cd8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 23 Apr 2023 14:41:50 +0200 Subject: [PATCH] Bump version for 1.1.6 --- Gemfile.lock | 3 ++- gemfiles/rails_7_propshaft.gemfile.lock | 3 ++- gemfiles/rails_7_sprockets.gemfile.lock | 3 ++- lib/importmap/version.rb | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index df3b7e6..e16eae6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - importmap-rails (1.1.5) + importmap-rails (1.1.6) actionpack (>= 6.0.0) railties (>= 6.0.0) @@ -181,6 +181,7 @@ GEM PLATFORMS arm64-darwin-20 arm64-darwin-21 + arm64-darwin-22 x86_64-darwin-20 x86_64-darwin-21 x86_64-darwin-22 diff --git a/gemfiles/rails_7_propshaft.gemfile.lock b/gemfiles/rails_7_propshaft.gemfile.lock index f079ea9..e90585f 100644 --- a/gemfiles/rails_7_propshaft.gemfile.lock +++ b/gemfiles/rails_7_propshaft.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (1.1.5) + importmap-rails (1.1.6) actionpack (>= 6.0.0) railties (>= 6.0.0) @@ -201,6 +201,7 @@ GEM PLATFORMS arm64-darwin-21 + arm64-darwin-22 x86_64-darwin-21 x86_64-darwin-22 x86_64-linux diff --git a/gemfiles/rails_7_sprockets.gemfile.lock b/gemfiles/rails_7_sprockets.gemfile.lock index 9a8d422..e052cf0 100644 --- a/gemfiles/rails_7_sprockets.gemfile.lock +++ b/gemfiles/rails_7_sprockets.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - importmap-rails (1.1.5) + importmap-rails (1.1.6) actionpack (>= 6.0.0) railties (>= 6.0.0) @@ -203,6 +203,7 @@ GEM PLATFORMS arm64-darwin-21 + arm64-darwin-22 x86_64-darwin-21 x86_64-darwin-22 x86_64-linux diff --git a/lib/importmap/version.rb b/lib/importmap/version.rb index 2c4b3da..ac117a4 100644 --- a/lib/importmap/version.rb +++ b/lib/importmap/version.rb @@ -1,3 +1,3 @@ module Importmap - VERSION = "1.1.5" + VERSION = "1.1.6" end