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

Commit 8d09108

Browse files
committed
undid omniauth-oauth2 dependency
1 parent 1767530 commit 8d09108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/omniauth-zoom/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module Zoom
5-
VERSION = '0.3.0'
5+
VERSION = '0.3.1'
66
end
77
end

omniauth-zoom.gemspec

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

3131
spec.add_runtime_dependency 'omniauth', '~> 1.9'
32-
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.6.0'
32+
spec.add_runtime_dependency 'omniauth-oauth2', '>= 1.6.0'
3333

3434
spec.add_development_dependency 'bundler'
3535
spec.add_development_dependency 'codecov'

0 commit comments

Comments
 (0)