Skip to content

Commit

Permalink
Attempt to fix tests on rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fschwahn committed Jan 23, 2024
1 parent d23f458 commit 04eb00a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ appraise "rails_4.2" do
gem "rails", "~> 4.2.10"
gem "rspec-rails", "~> 3.0"
gem "sqlite3", "~> 1.3.6"
gem "loofah", "~> 2.20.0"
end

appraise "rails_5.2" do
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ source "https://rubygems.org"
gem "rails", "~> 4.2.10"
gem "rspec-rails", "~> 3.0"
gem "sqlite3", "~> 1.3.6"
gem "loofah", "~> 2.20.0"

gemspec path: "../"

0 comments on commit 04eb00a

Please sign in to comment.