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

Commit d38714c

Browse files
snyk-bottcdowney
authored andcommitted
1 parent 6edaab5 commit d38714c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile

Lines changed: 7 additions & 7 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'
@@ -41,14 +41,14 @@ 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'
46-
gem 'activemodel', '~> 5.2.0'
47-
gem 'railties', '~> 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'
46+
gem 'activemodel', '~> 5.2.4', '>= 5.2.4.3'
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
51-
gem 'bits_service_client', '~> 3.0'
51+
gem 'bits_service_client', '~> 3.3', '>= 3.3.0'
5252
gem 'fog-aliyun'
5353
gem 'fog-aws'
5454
gem 'fog-azure-rm', git: 'https://github.com/fog/fog-azure-rm.git', branch: 'fog-arm-cf'
@@ -84,7 +84,7 @@ group :test do
8484
gem 'rspec-its'
8585
gem 'rspec-rails', '~> 3.8.3'
8686
gem 'rspec-wait'
87-
gem 'rspec_api_documentation', '>= 4.8.0'
87+
gem 'rspec_api_documentation', '>= 6.1.0'
8888
gem 'rubocop', '~> 0.79.0'
8989
gem 'timecop'
9090
gem 'webmock', '> 2.3.1'

0 commit comments

Comments
 (0)