mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
addds ruby 3 to CI matrix (#352)
* drop rbx specific gem * update supported Rubies in Readme
This commit is contained in:
parent
e64dc73e61
commit
2e1090f8c0
3 changed files with 2 additions and 5 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
|||
- "2.5"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.0"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
|
|
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue