Skip to content

Commit

Permalink
Pin Rails 7.0 to work around the error 'DOMPurify is not defined'
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jan 13, 2025
1 parent f4cf4b6 commit e8fc147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ appraise 'rails-6.1' do
end

appraise 'rails-7.0' do
gem 'rails', '~> 7.0.0'
gem 'rails', '7.0.8.6' # Pinning until the fix for https://github.com/basecamp/trix/issues/1209 become available in actiontext
gem 'importmap-rails', require: false

group :active_record do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "appraisal", ">= 2.0"
gem "devise", "~> 4.7"
gem "net-smtp", require: false
gem "rails", "~> 7.0.0"
gem "rails", "7.0.8.6"
gem "sassc-rails", "~> 2.1"
gem "turbo-rails"
gem "vite_rails", require: false
Expand Down

0 comments on commit e8fc147

Please sign in to comment.