Skip to content

Commit

Permalink
bump oauth2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Jan 6, 2012
1 parent c9fc5f5 commit 80ac9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/warden-github/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Warden
module Github
VERSION = "0.1.2"
VERSION = "0.2.0"
end
end
2 changes: 1 addition & 1 deletion warden-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.add_dependency "json", "~>1.5"
s.add_dependency "warden", "~>1.0.4"
s.add_dependency "oauth2", "~>0.4.1"
s.add_dependency "oauth2", "~>0.5.2"

s.add_development_dependency "rake"
s.add_development_dependency "rspec", "~>1.3.0"
Expand Down

0 comments on commit 80ac9a0

Please sign in to comment.