Skip to content

Commit

Permalink
Merge pull request #58 from sue445/fix_ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
sue445 authored Jun 21, 2024
2 parents 10a7c21 + 5386fde commit a517be8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gemfiles/common.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.3.0")
# NOTE: webmock v3.15.0+ requires Ruby 2.3+
gem "webmock", "< 3.15.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 a517be8

Please sign in to comment.