Skip to content

Commit

Permalink
Ruby 3 (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
beanieboi committed Jan 5, 2021
1 parent 8d2e02a commit 2223f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby: [2.4, 2.5, 2.6, 2.7, jruby, truffleruby-head]
ruby: [2.4, 2.5, 2.6, 2.7, 3.0, jruby, truffleruby-head]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -4,6 +4,7 @@ source 'https://rubygems.org'

gemspec

gem "webrick"
gem "rubocop", require: false
gem "rubocop-packaging", require: false

Expand Down

0 comments on commit 2223f2f

Please sign in to comment.