Skip to content

Commit

Permalink
Merge pull request #3239 from OfficeForProductSafetyAndStandards/depe…
Browse files Browse the repository at this point in the history
…ndabot/bundler/dependencies-a0e927305a

Bump the dependencies group with 7 updates
  • Loading branch information
alan-at-work authored Oct 22, 2024
2 parents 474a385 + b254439 commit e3e899e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ source "https://rubygems.org"
ruby "3.2.1"
gem "aasm", "~> 5.5"
gem "active_model_serializers", "~> 0.10.14"
gem "active_storage_validations", "~> 1.2.0"
gem "active_storage_validations", "~> 1.3.0"
gem "ahoy_matey", "~> 5.2"
gem "aws-sdk-s3", "~> 1.167"
gem "aws-sdk-s3control", "~> 1.94"
gem "aws-sdk-s3", "~> 1.169"
gem "aws-sdk-s3control", "~> 1.95"
gem "bootsnap", require: false
gem "caxlsx"
gem "caxlsx_rails"
Expand Down Expand Up @@ -79,7 +79,7 @@ group :development, :test do
gem "awesome_print", "~> 1.9", require: "ap"
gem "byebug", "~> 11.1"
gem "dotenv-rails", "~> 3.1"
gem "faker", "~> 3.4"
gem "faker", "~> 3.5"
gem "parallel_tests", "~> 4.7.2"
gem "pry", "~> 0.14"
gem "pry-byebug", "~> 3.10"
Expand Down
48 changes: 24 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ GEM
active_record_extended (3.3.0)
activerecord (>= 5.2, < 8.0.0)
pg (< 3.0)
active_storage_validations (1.2.0)
activejob (>= 5.2.0)
activemodel (>= 5.2.0)
activestorage (>= 5.2.0)
activesupport (>= 5.2.0)
active_storage_validations (1.3.0)
activejob (>= 6.1.4)
activemodel (>= 6.1.4)
activestorage (>= 6.1.4)
activesupport (>= 6.1.4)
activejob (7.1.4.1)
activesupport (= 7.1.4.1)
globalid (>= 0.3.6)
Expand Down Expand Up @@ -152,23 +152,23 @@ GEM
attr_extras (7.1.0)
awesome_print (1.9.2)
aws-eventstream (1.3.0)
aws-partitions (1.986.0)
aws-sdk-core (3.209.1)
aws-partitions (1.992.0)
aws-sdk-core (3.211.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.94.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sdk-kms (1.95.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.167.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sdk-s3 (1.169.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sdk-s3control (1.94.0)
aws-sdk-core (~> 3, >= 3.207.0)
aws-sdk-s3control (1.95.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.10.0)
aws-sigv4 (1.10.1)
aws-eventstream (~> 1, >= 1.0.2)
backport (1.2.0)
base64 (0.2.0)
Expand Down Expand Up @@ -261,7 +261,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.4.2)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
Expand Down Expand Up @@ -374,7 +374,7 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.17)
net-imap (0.5.0)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -704,7 +704,7 @@ GEM
store_attribute (1.3.1)
activerecord (>= 6.1)
stringio (3.1.1)
strong_migrations (2.0.0)
strong_migrations (2.0.1)
activerecord (>= 6.1)
super_diff (0.13.0)
attr_extras (>= 6.2.4)
Expand All @@ -725,7 +725,7 @@ GEM
sync
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbo-rails (2.0.10)
turbo-rails (2.0.11)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
Expand Down Expand Up @@ -762,7 +762,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.36)
zeitwerk (2.7.0)
zeitwerk (2.7.1)

PLATFORMS
arm64-darwin-22
Expand All @@ -775,11 +775,11 @@ PLATFORMS
DEPENDENCIES
aasm (~> 5.5)
active_model_serializers (~> 0.10.14)
active_storage_validations (~> 1.2.0)
active_storage_validations (~> 1.3.0)
ahoy_matey (~> 5.2)
awesome_print (~> 1.9)
aws-sdk-s3 (~> 1.167)
aws-sdk-s3control (~> 1.94)
aws-sdk-s3 (~> 1.169)
aws-sdk-s3control (~> 1.95)
bootsnap
byebug (~> 11.1)
capybara (~> 3.40)
Expand All @@ -796,7 +796,7 @@ DEPENDENCIES
dotenv-rails (~> 3.1)
draper (~> 4.0)
factory_bot_rails (~> 6.4)
faker (~> 3.4)
faker (~> 3.5)
flipper
flipper-active_record
flipper-ui
Expand Down

0 comments on commit e3e899e

Please sign in to comment.