Skip to content

Commit

Permalink
Merge pull request #428 from Crown-Commercial-Service/dependabot/bund…
Browse files Browse the repository at this point in the history
…ler/aws-49cd4f7a80
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
2 parents b9f07fc + d8df350 commit 3af56bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'jbuilder', '~> 2.13'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# for cognito
gem 'aws-sdk-cognitoidentityprovider', '~> 1.105.0'
gem 'aws-sdk-cognitoidentityprovider', '~> 1.107.0'
# importing creds
gem 'aws-sdk-s3', '~> 1'
# Reduces boot times through caching; required in config/boot.rb
Expand All @@ -47,7 +47,7 @@ gem 'roo', '~> 2.10.1'
gem 'canonical-rails', github: 'jumph4x/canonical-rails'

# For environment variables
gem 'aws-sdk-ssm', '~> 1.180.0'
gem 'aws-sdk-ssm', '~> 1.182.0'

# Add rate limiting on the API
gem 'rack-attack', '~> 6.7.0'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,23 @@ GEM
rails (>= 5.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.977.0)
aws-sdk-cognitoidentityprovider (1.105.0)
aws-partitions (1.981.0)
aws-sdk-cognitoidentityprovider (1.107.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.207.0)
aws-sdk-core (3.209.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.92.0)
aws-sdk-kms (1.94.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.164.0)
aws-sdk-s3 (1.166.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sdk-ssm (1.180.0)
aws-sdk-ssm (1.182.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.0)
Expand Down Expand Up @@ -377,9 +377,9 @@ PLATFORMS
DEPENDENCIES
activerecord-postgis-adapter (~> 9.0.2)
arask (~> 1.2.3)
aws-sdk-cognitoidentityprovider (~> 1.105.0)
aws-sdk-cognitoidentityprovider (~> 1.107.0)
aws-sdk-s3 (~> 1)
aws-sdk-ssm (~> 1.180.0)
aws-sdk-ssm (~> 1.182.0)
bootsnap (~> 1.18.4)
brakeman (~> 6.2.1)
byebug (~> 11.1.3)
Expand Down

0 comments on commit 3af56bb

Please sign in to comment.