Skip to content

Commit

Permalink
addds ruby 3 to CI matrix (#352)
Browse files Browse the repository at this point in the history
* drop rbx specific gem
* update supported Rubies in Readme
  • Loading branch information
swiknaba committed Jan 13, 2021
1 parent e64dc73 commit 2e1090f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
- "2.5"
- "2.6"
- "2.7"
- "3.0"
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -3,7 +3,3 @@ source 'https://rubygems.org'
gemspec

gem 'rack', RUBY_VERSION < '2.2.2' ? '~> 1.6' : '>= 2.0'

platforms :rbx do
gem 'rubysl', '~> 2.0'
end
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -152,7 +152,7 @@ If you use the server-side flow, Facebook will give you back a longer lived acce

## Supported Rubies

- Ruby MRI (2.3, 2.4, 2.5, 2.6)
- Ruby MRI (2.5, 2.6, 2.7, 3.0)

## License

Expand Down

0 comments on commit 2e1090f

Please sign in to comment.