Skip to content

Commit

Permalink
Merge pull request #432 from bkeepers/supported-platforms
Browse files Browse the repository at this point in the history
Update supported platforms
  • Loading branch information
Andrew Nordman committed Apr 19, 2021
2 parents 17a5e99 + 13d420c commit 9f44cb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
ruby: ['2.5', '2.6', '2.7', '3.0']
steps:
- name: Check out repository code
uses: actions/checkout@v2
Expand Down
14 changes: 0 additions & 14 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,3 @@ group :guard do
gem "guard-bundler"
gem "rb-fsevent"
end

platforms :rbx do
gem "rubysl", "~> 2.0" # if using anything in the ruby standard library
end

if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.2.2")
# Rack 2 requires Ruby version >= 2.2.2
gem "rack", ">= 1.6.5", "< 2.0.0"
end

if Gem::Version.create(RUBY_VERSION) < Gem::Version.create("2.1.0")
# Nokogiri 1.7 requires Ruby version >= 2.1.0.
gem "nokogiri", ">= 1.6.8", "< 1.7.0"
end

0 comments on commit 9f44cb4

Please sign in to comment.