Skip to content

Commit

Permalink
Merge pull request #77 from sue445/sue445-patch-1
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
sue445 committed Jun 21, 2024
2 parents 7044b23 + efcf2bb commit 58ebcc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.4.0")
# c.f. https://github.com/NARKOZ/gitlab/commit/d9ef580#diff-84e3ba49bf244c6684f7d26a3312adc4R81
gem "gitlab", "< 4.14.0"
end

if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.7.0")
# term-ansicolor 1.9.0+ doesn't work on Ruby < 2.7
gem "term-ansicolor", "< 1.9.0"
end

0 comments on commit 58ebcc9

Please sign in to comment.