Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 65b6382

Browse files
authored
Merge pull request cloudfoundry#1616 from cloudfoundry/snyk-fix-8a7055fff721e53f29f0d76c4643a85c
[Snyk] Fix for 4 vulnerabilities
2 parents 7fbb822 + b5f7540 commit 65b6382

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'addressable'
4-
gem 'allowy'
4+
gem 'allowy', '>= 2.1.0'
55
gem 'cf-copilot', '0.0.14'
66
gem 'clockwork', require: false
77
gem 'cloudfront-signer'
@@ -45,12 +45,12 @@ gem 'yajl-ruby'
4545
# Rails Components
4646
gem 'actionpack', '~> 5.2.4', '>= 5.2.4.3'
4747
gem 'actionview', '~> 5.2.4', '>= 5.2.4.3'
48-
gem 'activemodel', '~> 5.2.0', '>= 5.2.4.3'
48+
gem 'activemodel', '~> 5.2.4', '>= 5.2.4.3'
4949
gem 'railties', '~> 5.2.4', '>= 5.2.4.3'
5050

5151
# Blobstore and Bits Service Dependencies
5252
gem 'azure-storage', '0.14.0.preview' # https://github.com/Azure/azure-storage-ruby/issues/122
53-
gem 'bits_service_client', '~> 3.0'
53+
gem 'bits_service_client', '~> 3.3', '>= 3.3.0'
5454
gem 'fog-aliyun'
5555
gem 'fog-aws'
5656
gem 'fog-azure-rm', git: 'https://github.com/fog/fog-azure-rm.git', branch: 'fog-arm-cf'
@@ -86,7 +86,7 @@ group :test do
8686
gem 'rspec-its'
8787
gem 'rspec-rails', '~> 3.8.3'
8888
gem 'rspec-wait'
89-
gem 'rspec_api_documentation', '>= 4.8.0'
89+
gem 'rspec_api_documentation', '>= 6.1.0'
9090
gem 'rubocop', '~> 0.79.0'
9191
gem 'timecop'
9292
gem 'webmock', '> 2.3.1'

Gemfile.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ GEM
9595
beefcake (1.0.0)
9696
benchmark (0.1.0)
9797
bit-struct (0.16)
98-
bits_service_client (3.3.0)
98+
bits_service_client (3.4.0)
9999
activesupport
100+
statsd-ruby (~> 1.4.0)
100101
steno
101102
builder (3.2.4)
102103
byebug (10.0.2)
@@ -127,8 +128,8 @@ GEM
127128
debase-ruby_core_source (0.10.3)
128129
declarative (0.0.10)
129130
declarative-option (0.1.0)
130-
delayed_job (4.1.5)
131-
activesupport (>= 3.0, < 5.3)
131+
delayed_job (4.1.8)
132+
activesupport (>= 3.0, < 6.1)
132133
diff-lcs (1.3)
133134
docile (1.1.5)
134135
domain_name (0.5.20180417)
@@ -156,7 +157,7 @@ GEM
156157
ffi-compiler (1.0.1)
157158
ffi (>= 1.0.0)
158159
rake
159-
fluent-logger (0.7.2)
160+
fluent-logger (0.8.2)
160161
msgpack (>= 1.0.0, < 2)
161162
fog-aliyun (0.3.17)
162163
aliyun-sdk (~> 0.7.3)
@@ -281,7 +282,7 @@ GEM
281282
faraday (~> 0.9)
282283
faraday-cookie_jar (~> 0.0.6)
283284
ms_rest (~> 0.6.3)
284-
msgpack (1.2.4)
285+
msgpack (1.3.3)
285286
multi_json (1.12.2)
286287
multipart-parser (0.1.1)
287288
multipart-post (2.1.1)
@@ -403,7 +404,7 @@ GEM
403404
rubyzip (2.0.0)
404405
safe_yaml (1.0.4)
405406
scientist (1.1.1)
406-
sequel (5.22.0)
407+
sequel (5.32.0)
407408
sexp_processor (4.7.0)
408409
signet (0.11.0)
409410
addressable (~> 2.3)
@@ -490,12 +491,12 @@ PLATFORMS
490491
DEPENDENCIES
491492
actionpack (~> 5.2.4, >= 5.2.4.3)
492493
actionview (~> 5.2.4, >= 5.2.4.3)
493-
activemodel (~> 5.2.0, >= 5.2.4.3)
494+
activemodel (~> 5.2.4, >= 5.2.4.3)
494495
addressable
495-
allowy
496+
allowy (>= 2.1.0)
496497
awesome_print
497498
azure-storage (= 0.14.0.preview)
498-
bits_service_client (~> 3.0)
499+
bits_service_client (~> 3.3, >= 3.3.0)
499500
byebug
500501
cf-copilot (= 0.0.14)
501502
cf-perm (~> 0.0.10)
@@ -551,7 +552,7 @@ DEPENDENCIES
551552
rspec-its
552553
rspec-rails (~> 3.8.3)
553554
rspec-wait
554-
rspec_api_documentation (>= 4.8.0)
555+
rspec_api_documentation (>= 6.1.0)
555556
rubocop (~> 0.79.0)
556557
ruby-debug-ide (>= 0.7.0.beta4)
557558
rubyzip (>= 1.3.0)

0 commit comments

Comments
 (0)