Skip to content

Commit

Permalink
Update dependencies for oauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsanders committed Feb 1, 2017
1 parent 7532577 commit 602497e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-stripe-connect/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module StripeConnect
VERSION = "2.9.0"
VERSION = "2.10.0"
end
end
4 changes: 2 additions & 2 deletions omniauth-stripe-connect.gemspec
Expand Up @@ -18,6 +18,6 @@ Read the Stripe Connect docs for more details: https://stripe.com/docs/connect
gem.require_paths = ["lib"]
gem.version = OmniAuth::StripeConnect::VERSION

gem.add_dependency 'omniauth', '~> 1.0'
gem.add_dependency 'omniauth-oauth2', '~> 1.3.1'
gem.add_dependency 'omniauth', '~> 1.3'
gem.add_dependency 'omniauth-oauth2', '~> 1.4'
end

0 comments on commit 602497e

Please sign in to comment.