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

Commit

Permalink
undid omniauth-oauth2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
koshilife committed Mar 10, 2021
1 parent 5cd53fe commit efc3fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-calendly/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module Calendly
VERSION = '0.3.0'
VERSION = '0.3.1'
end
end
2 changes: 1 addition & 1 deletion omniauth-calendly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'omniauth', '~> 1.9'
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.6.0'
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 efc3fed

Please sign in to comment.