Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit c65f11f

Browse files
committed
Pinning omniauth-auth2 version to 1.3.1 since 1.4.1 introduces a change that removes callback_url method required for our Auth Workflow
omniauth/omniauth-oauth2#70 - Pinning in the mean time doorkeeper fixes it (https://github.com/doorkeeper-gem/doorkeeper/issues/7370 ) [Fixes #108467542]
1 parent f5b991d commit c65f11f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

omniauth-g5.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Gem::Specification.new do |gem|
1717
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1818
gem.require_paths = ["lib"]
1919

20-
gem.add_dependency('omniauth-oauth2', '~> 1.1')
20+
# Pinning version to 1.3.1 since 1.4.0 removes the `callback_url` mehtod required for our oauth workflow
21+
gem.add_dependency('omniauth-oauth2', '= 1.3.1')
2122

2223
gem.add_development_dependency('rspec', '~> 3.2')
2324
gem.add_development_dependency('rspec-its')

0 commit comments

Comments
 (0)