Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group in /cosmetics-web with 5 updates #3508

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cosmetics-web/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "kaminari" # Must be loaded before ElasticSearch gems

gem "aasm", "~> 5.5"
gem "after_commit_everywhere", "~> 1.5"
gem "aws-sdk-s3", "~> 1.176"
gem "aws-sdk-s3", "~> 1.177"
gem "cf-app-utils", "~> 0.6"
gem "cssbundling-rails", "~> 1.4"
gem "devise", "~> 4.9"
Expand Down Expand Up @@ -44,9 +44,9 @@ gem "request_store", "~> 1.6"
gem "rest-client", "~> 2.1"
gem "rotp", "~> 6.2"
gem "rqrcode", "~> 2.1"
gem "rubyzip", "~> 2.3"
gem "rubyzip", "~> 2.4"
gem "sassc-rails", "~> 2.1"
gem "scout_apm", "~> 5.4"
gem "scout_apm", "~> 5.5"
gem "sentry-rails", "~> 5.22"
gem "sentry-ruby", "~> 5.17"
gem "sentry-sidekiq", "~> 5.22"
Expand Down
20 changes: 10 additions & 10 deletions cosmetics-web/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,16 @@ GEM
ansi (1.5.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1023.0)
aws-sdk-core (3.214.0)
aws-partitions (1.1031.0)
aws-sdk-core (3.214.1)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.176.1)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
Expand Down Expand Up @@ -330,7 +330,7 @@ GEM
mutex_m (0.3.0)
net-http (0.4.1)
uri
net-imap (0.5.4)
net-imap (0.5.5)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -507,7 +507,7 @@ GEM
rubocop-rails (= 2.28.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.3.0)
rubocop-performance (1.23.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.28.0)
Expand All @@ -525,7 +525,7 @@ GEM
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
rubyzip (2.3.2)
rubyzip (2.4.1)
sanitize (6.1.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -537,7 +537,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
scout_apm (5.4.0)
scout_apm (5.5.0)
parser
securerandom (0.4.1)
selenium-webdriver (4.27.0)
Expand Down Expand Up @@ -652,7 +652,7 @@ PLATFORMS
DEPENDENCIES
aasm (~> 5.5)
after_commit_everywhere (~> 1.5)
aws-sdk-s3 (~> 1.176)
aws-sdk-s3 (~> 1.177)
brakeman
capybara
capybara-screenshot
Expand Down Expand Up @@ -710,9 +710,9 @@ DEPENDENCIES
rubocop-performance
rubocop-rails
rubocop-rspec
rubyzip (~> 2.3)
rubyzip (~> 2.4)
sassc-rails (~> 2.1)
scout_apm (~> 5.4)
scout_apm (~> 5.5)
selenium-webdriver
sentry-rails (~> 5.22)
sentry-ruby (~> 5.17)
Expand Down
Loading