Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addds ruby 3 to CI matrix #352

Merged
merged 6 commits into from Jan 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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