Skip to content

Commit f241c38

Browse files
build(deps): bump cf-uaa-lib from 4.0.7 to 4.0.8 (#4181)
Bumps [cf-uaa-lib](https://github.com/cloudfoundry/cf-uaa-lib) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/cloudfoundry/cf-uaa-lib/releases) - [Changelog](https://github.com/cloudfoundry/cf-uaa-lib/blob/master/CHANGELOG.md) - [Commits](cloudfoundry/cf-uaa-lib@v4.0.7...v4.0.8) --- updated-dependencies: - dependency-name: cf-uaa-lib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 180a9b1 commit f241c38

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gem 'fog-google', '~> 1.24.1'
5959
gem 'fog-local'
6060
gem 'fog-openstack'
6161

62-
gem 'cf-uaa-lib', '~> 4.0.7'
62+
gem 'cf-uaa-lib', '~> 4.0.8'
6363

6464
group :db do
6565
gem 'mysql2', '~> 0.5.6'

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,12 @@ GEM
110110
bit-struct (0.17)
111111
builder (3.3.0)
112112
byebug (11.1.3)
113-
cf-uaa-lib (4.0.7)
113+
cf-uaa-lib (4.0.8)
114114
addressable (~> 2.8, >= 2.8.0)
115+
base64
115116
httpclient (~> 2.8, >= 2.8.2.4)
116117
json (~> 2.7)
118+
mutex_m
117119
clockwork (3.0.2)
118120
activesupport
119121
tzinfo
@@ -325,6 +327,7 @@ GEM
325327
mustache (1.1.1)
326328
mustermann (3.0.0)
327329
ruby2_keywords (~> 0.0.1)
330+
mutex_m (0.3.0)
328331
mysql2 (0.5.6)
329332
net-ssh (7.3.0)
330333
netaddr (2.0.6)
@@ -594,7 +597,7 @@ DEPENDENCIES
594597
allowy (>= 2.1.0)
595598
azure-storage-blob!
596599
byebug
597-
cf-uaa-lib (~> 4.0.7)
600+
cf-uaa-lib (~> 4.0.8)
598601
clockwork
599602
cloudfront-signer
600603
codeclimate-test-reporter (>= 1.0.8)

0 commit comments

Comments
 (0)