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

Commit 461c3fc

Browse files
author
Jaskanwal Pawar
committed
Upgrade deps via snyk
- I don't know how to update just the things snyk wanted because it is some horribly tangled mess of dependency hell, so I updated everything via `bundle update`...what could go wrong Authored-by: Jaskanwal Pawar <jpawar@pivotal.io>
1 parent ed6ea82 commit 461c3fc

2 files changed

Lines changed: 138 additions & 133 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ gem 'vmstat', '~> 2.0'
4141
gem 'yajl-ruby'
4242

4343
# Rails Components
44-
gem 'actionpack', '~> 5.2.4', '>= 5.2.4.2'
45-
gem 'actionview', '~> 5.2.4', '>= 5.2.4.2'
44+
gem 'actionpack', '~> 5.2.4', '>= 5.2.4.3'
45+
gem 'actionview', '~> 5.2.4', '>= 5.2.4.3'
4646
gem 'activemodel', '~> 5.2.0'
47-
gem 'railties', '~> 5.2.4', '>= 5.2.4.2'
47+
gem 'railties', '~> 5.2.4', '>= 5.2.4.3'
4848

4949
# Blobstore and Bits Service Dependencies
5050
gem 'azure-storage', '0.14.0.preview' # https://github.com/Azure/azure-storage-ruby/issues/122

0 commit comments

Comments
 (0)