Skip to content

Commit 4e56a97

Browse files
committed
fix(deps): allow omniauth-oauth2 1.9.x
1 parent 3b8f573 commit 4e56a97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RAILS_VERSION='~> 8.1.0' bundle exec rake test_rails_integration
128128
## Compatibility
129129

130130
- Ruby: `>= 3.2` (tested on `3.2`, `3.3`, `3.4`, `4.0`)
131-
- `omniauth-oauth2`: `>= 1.8`, `< 1.9`
131+
- `omniauth-oauth2`: `>= 1.8`, `< 2.0`
132132
- Rails integration lanes: `~> 7.1.0`, `~> 7.2.0`, `~> 8.0.0`, `~> 8.1.0`
133133

134134
## Release

omniauth-spotify.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030
spec.require_paths = ['lib']
3131

3232
spec.add_dependency 'cgi', '>= 0.3.6'
33-
spec.add_dependency 'omniauth-oauth2', '>= 1.8', '< 1.9'
33+
spec.add_dependency 'omniauth-oauth2', '>= 1.8', '< 2.0'
3434
end

0 commit comments

Comments
 (0)