diff --git a/lib/omniauth-slack/version.rb b/lib/omniauth-slack/version.rb index 767895c..65faf16 100644 --- a/lib/omniauth-slack/version.rb +++ b/lib/omniauth-slack/version.rb @@ -1,5 +1,5 @@ module Omniauth module Slack - VERSION = "2.1.0" + VERSION = "2.1.1" end end diff --git a/omniauth-slack.gemspec b/omniauth-slack.gemspec index 3d84211..c10073a 100644 --- a/omniauth-slack.gemspec +++ b/omniauth-slack.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_runtime_dependency 'omniauth-oauth2', "~> 1.2.0" + spec.add_runtime_dependency 'omniauth-oauth2', "~> 1.3.1" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake"