Skip to content

Commit

Permalink
Use appraisal >= 2.5 as issue requiring fixed branch was released
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jul 27, 2023
1 parent e65fca6 commit 3c551b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@ gemspec

gem 'rake', '< 12.3' if RUBY_VERSION < '2.0'

if RUBY_VERSION < '2.3'
gem 'appraisal', '< 2.3'
else
gem 'appraisal', :git => 'https://github.com/toy/appraisal.git', :branch => 'ruby-3.2-fix-1'
end
gem 'appraisal', *RUBY_VERSION < '2.3' ? ['< 2.3'] : ['>= 2.5']

0 comments on commit 3c551b0

Please sign in to comment.