We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319ed4b commit 6aaaf4eCopy full SHA for 6aaaf4e
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- omniauth-uaa-oauth2 (0.0.5)
+ omniauth-uaa-oauth2 (0.0.7)
5
cf-uaa-lib (>= 3.2, < 4.0)
6
omniauth (~> 1.0)
7
@@ -11,11 +11,11 @@ GEM
11
cf-uaa-lib (3.2.4)
12
multi_json
13
diff-lcs (1.1.3)
14
- hashie (2.0.5)
+ hashie (3.5.7)
15
multi_json (1.11.2)
16
- omniauth (1.1.4)
17
- hashie (>= 1.2, < 3)
18
- rack
+ omniauth (1.4.2)
+ hashie (>= 1.2, < 4)
+ rack (>= 1.0, < 3)
19
rack (1.4.1)
20
rack-protection (1.2.0)
21
rack
@@ -45,4 +45,4 @@ DEPENDENCIES
45
sinatra
46
47
BUNDLED WITH
48
- 1.10.5
+ 1.16.2
lib/omniauth/uaa_oauth2/version.rb
@@ -13,6 +13,6 @@
module OmniAuth
module Cloudfoundry
- VERSION = "0.0.6"
+ VERSION = "0.0.7"
end
0 commit comments