Skip to content

Commit

Permalink
Merge pull request #323 from sue445/fix_common_gemfile
Browse files Browse the repository at this point in the history
Remove needless config in gemfile
  • Loading branch information
sue445 authored Dec 25, 2024
2 parents eac3c9b + 37a0a02 commit 4518a66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gemfiles/common.gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# FIXME: rubydoctest doesn't work on ruby 3.2+
# c.f. https://github.com/tslocke/rubydoctest/pull/17
gem "rubydoctest", github: "sue445/rubydoctest", ref: "ruby3.2"

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 4518a66

Please sign in to comment.