blob: bbaa46861c4b685a3dc7bf110da0fc0eeabd8002 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- vendor/gems/omniauth-google-oauth2/omniauth-google-oauth2.gemspec.orig 2022-10-18 20:00:19 UTC
+++ vendor/gems/omniauth-google-oauth2/omniauth-google-oauth2.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'jwt', '>= 2.0'
gem.add_runtime_dependency 'oauth2', '~> 2.0'
gem.add_runtime_dependency 'omniauth', '~> 2.0'
- gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.7.1'
+ gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.7'
gem.add_development_dependency 'rake', '~> 12.0'
gem.add_development_dependency 'rspec', '~> 3.6'
|