Skip to content

Commit

Permalink
bump v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Jul 22, 2018
1 parent 319ed4b commit 6aaaf4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
omniauth-uaa-oauth2 (0.0.5)
omniauth-uaa-oauth2 (0.0.7)
cf-uaa-lib (>= 3.2, < 4.0)
omniauth (~> 1.0)

Expand All @@ -11,11 +11,11 @@ GEM
cf-uaa-lib (3.2.4)
multi_json
diff-lcs (1.1.3)
hashie (2.0.5)
hashie (3.5.7)
multi_json (1.11.2)
omniauth (1.1.4)
hashie (>= 1.2, < 3)
rack
omniauth (1.4.2)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
rack (1.4.1)
rack-protection (1.2.0)
rack
Expand Down Expand Up @@ -45,4 +45,4 @@ DEPENDENCIES
sinatra

BUNDLED WITH
1.10.5
1.16.2
2 changes: 1 addition & 1 deletion lib/omniauth/uaa_oauth2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

module OmniAuth
module Cloudfoundry
VERSION = "0.0.6"
VERSION = "0.0.7"
end
end

0 comments on commit 6aaaf4e

Please sign in to comment.