omniauth-oauth2.gemspec in omniauth-oauth2-1.6.0 vs omniauth-oauth2.gemspec in omniauth-oauth2-1.7.0

- old
+ new

@@ -1,13 +1,13 @@ lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "omniauth-oauth2/version" Gem::Specification.new do |gem| - gem.add_dependency "oauth2", "~> 1.1" + gem.add_dependency "oauth2", "~> 1.4" gem.add_dependency "omniauth", "~> 1.9" - gem.add_development_dependency "bundler", "~> 1.0" + gem.add_development_dependency "bundler", "~> 2.0" gem.authors = ["Michael Bleigh", "Erik Michaels-Ober", "Tom Milewski"] gem.email = ["michael@intridea.com", "sferik@gmail.com", "tmilewski@gmail.com"] gem.description = "An abstract OAuth2 strategy for OmniAuth." gem.summary = gem.description