Skip to content

Commit

Permalink
For v 2.1.1
Browse files Browse the repository at this point in the history
* Bump `omniauth-oauth2` dependency version to 1.3.1.
  • Loading branch information
kmrshntr committed Aug 11, 2015
1 parent faceed8 commit 37ff5b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-slack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Omniauth
module Slack
VERSION = "2.1.0"
VERSION = "2.1.1"
end
end
2 changes: 1 addition & 1 deletion omniauth-slack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 37ff5b3

Please sign in to comment.