Skip to content

Commit 6aaaf4e

Browse files
committed
bump v0.0.7
1 parent 319ed4b commit 6aaaf4e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-uaa-oauth2 (0.0.5)
4+
omniauth-uaa-oauth2 (0.0.7)
55
cf-uaa-lib (>= 3.2, < 4.0)
66
omniauth (~> 1.0)
77

@@ -11,11 +11,11 @@ GEM
1111
cf-uaa-lib (3.2.4)
1212
multi_json
1313
diff-lcs (1.1.3)
14-
hashie (2.0.5)
14+
hashie (3.5.7)
1515
multi_json (1.11.2)
16-
omniauth (1.1.4)
17-
hashie (>= 1.2, < 3)
18-
rack
16+
omniauth (1.4.2)
17+
hashie (>= 1.2, < 4)
18+
rack (>= 1.0, < 3)
1919
rack (1.4.1)
2020
rack-protection (1.2.0)
2121
rack
@@ -45,4 +45,4 @@ DEPENDENCIES
4545
sinatra
4646

4747
BUNDLED WITH
48-
1.10.5
48+
1.16.2

lib/omniauth/uaa_oauth2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
module OmniAuth
1515
module Cloudfoundry
16-
VERSION = "0.0.6"
16+
VERSION = "0.0.7"
1717
end
1818
end

0 commit comments

Comments
 (0)