Skip to content

Commit

Permalink
Merge pull request roo-rb#555 from taichi-ishitani/ruby_30_support
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff authored Apr 27, 2021
2 parents 5339d3a + 030d541 commit cfbbe9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ rvm:
- 2.5
- 2.6
- 2.7
- 3.0
- ruby-head
- jruby-9.1.6.0
env:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ group :test do
gem 'simplecov', '>= 0.9.0', require: false
gem 'coveralls', require: false
gem "minitest-reporters"
gem 'webrick' if RUBY_VERSION >= '3.0.0'
end

group :local_development do
Expand Down

0 comments on commit cfbbe9e

Please sign in to comment.