Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Jun 21, 2024
1 parent 956b75d commit 0fe1efc
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 @@ -2,3 +2,8 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in sengiri_yaml.gemspec
gemspec

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 0fe1efc

Please sign in to comment.