diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae91cf54..d15696fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 2.2 +### 2.3.3 (August 16h, 2021) +* Pinned importmap-rails to 0.2.2 as a temporary workaround + ### 2.3.2 (August 16h, 2021) * Updated to new importmap API diff --git a/Gemfile.lock b/Gemfile.lock index fd2cfa157..f266aef0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ PATH remote: . specs: - spina (2.3.2) + spina (2.3.3) ancestry attr_json babosa bcrypt breadcrumbs_on_rails image_processing - importmap-rails (~> 0.2.2) + importmap-rails (= 0.2.2) jsonapi-serializer kaminari mobility (>= 1.1.3) diff --git a/lib/spina/version.rb b/lib/spina/version.rb index 53047f6c3..bb8846629 100644 --- a/lib/spina/version.rb +++ b/lib/spina/version.rb @@ -1,3 +1,3 @@ module Spina - VERSION = "2.3.2" + VERSION = "2.3.3" end diff --git a/spina.gemspec b/spina.gemspec index c8c7ff379..095e1554e 100644 --- a/spina.gemspec +++ b/spina.gemspec @@ -37,7 +37,7 @@ Gem::Specification.new do |gem| gem.add_dependency 'rack-rewrite', '>= 1.5.0' gem.add_dependency 'attr_json' gem.add_dependency 'view_component', '~> 2.32' - gem.add_dependency 'importmap-rails', '~> 0.2.2' + gem.add_dependency 'importmap-rails', '0.2.2' gem.add_dependency 'turbo-rails', '~> 0.7.2' gem.add_dependency 'stimulus-rails', '~> 0.3.3' gem.add_dependency 'babosa'