Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from koshilife/be-specified-dependency-omniaut…
Browse files Browse the repository at this point in the history
…h1.9

release 0.3.0
  • Loading branch information
koshilife authored Mar 3, 2021
2 parents 4a0bd71 + 21796b2 commit f8367ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.3.0

- be specified dependency on omniauth 1.9.

## 0.2.1

- fix rubocop warnings.
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth-cybozu/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module Cybozu
VERSION = '0.2.1'
VERSION = '0.3.0'
end
end
3 changes: 2 additions & 1 deletion omniauth-cybozu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'omniauth-oauth2', '>= 1.6.0'
spec.add_runtime_dependency 'omniauth', '~> 1.9'
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.6.0'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'codecov'
Expand Down

0 comments on commit f8367ba

Please sign in to comment.