Skip to content

Commit

Permalink
Pin loofah for ruby 2.4 in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yysaki committed Dec 2, 2023
1 parent 5ef9cbf commit 5414181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ end

gem "bigdecimal", "~> 1.4" if RUBY_VERSION >= "2.5" && RAILS_VERSION = "4.2"

gem "loofah", "2.20.0" if RUBY_VERSION < "2.5"

gem "test-unit", "~> 3.0" if RUBY_VERSION >= "2.2" && RAILS_VERSION == "3.2"

gem 'sprockets', '~>3.0'
Expand Down

0 comments on commit 5414181

Please sign in to comment.