Skip to content

Commit 3c551b0

Browse files
committed
Use appraisal >= 2.5 as issue requiring fixed branch was released
1 parent e65fca6 commit 3c551b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@ gemspec
66

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

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

0 commit comments

Comments
 (0)