Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Ensure compatibility with other gems & Version 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhue committed Feb 11, 2017
1 parent 8f34c2e commit d5a5170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth/paypal_oauth2/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module PayPalOauth2
VERSION = "1.4.9"
VERSION = "1.4.10"
end
end
4 changes: 2 additions & 2 deletions omniauth-paypal-oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 2.0'

gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.4'
gem.add_runtime_dependency 'json', '~> 2.0', '>= 2.0.3'
gem.add_runtime_dependency 'json', '~> 1.7', '>= 1.7.7'

gem.add_development_dependency 'rspec', '~> 3.5'
gem.add_development_dependency 'rake'
end
end

0 comments on commit d5a5170

Please sign in to comment.