Skip to content

Commit e8fc147

Browse files
committed
Pin Rails 7.0 to work around the error 'DOMPurify is not defined'
1 parent f4cf4b6 commit e8fc147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ appraise 'rails-6.1' do
5252
end
5353

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

5858
group :active_record do

gemfiles/rails_7.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
gem "appraisal", ">= 2.0"
66
gem "devise", "~> 4.7"
77
gem "net-smtp", require: false
8-
gem "rails", "~> 7.0.0"
8+
gem "rails", "7.0.8.6"
99
gem "sassc-rails", "~> 2.1"
1010
gem "turbo-rails"
1111
gem "vite_rails", require: false

0 commit comments

Comments
 (0)