Skip to content

Commit

Permalink
Install a compatible Thor version on Ruby <2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Dec 14, 2023
1 parent bf61828 commit 99edfdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/fixtures/rails3/app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ gem "warden"

# Install a compatible Loofah version on Ruby <2.5
gem 'loofah', '2.20.0' if RUBY_VERSION < '2.5'

# Install a compatible Thor version on Ruby <2.6
gem 'thor', '<1.3.0' if RUBY_VERSION < '2.6'

0 comments on commit 99edfdc

Please sign in to comment.