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

Commit 1767530

Browse files
committed
refs #16 be specified dependency for omniauth 1.9.
1 parent 674eee2 commit 1767530

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.3.0
4+
5+
- be specified dependency for omniauth 1.9.
6+
37
## 0.2.1
48

59
- fix rubocop warnings.

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.2.1'
5+
VERSION = '0.3.0'
66
end
77
end

omniauth-zoom.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Gem::Specification.new do |spec|
2828
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2929
spec.require_paths = ['lib']
3030

31-
spec.add_runtime_dependency 'oauth2', '>= 1.4.4'
32-
spec.add_runtime_dependency 'omniauth-oauth2', '>= 1.6.0'
31+
spec.add_runtime_dependency 'omniauth', '~> 1.9'
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)