Skip to content

Commit

Permalink
Bump the dependencies group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [active_storage_validations](https://github.com/igorkasyanchuk/active_storage_validations) | `1.2.0` | `1.3.0` |
| [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.167.0` | `1.169.0` |
| [aws-sdk-s3control](https://github.com/aws/aws-sdk-ruby) | `1.94.0` | `1.95.0` |
| [net-imap](https://github.com/ruby/net-imap) | `0.4.17` | `0.5.0` |
| [strong_migrations](https://github.com/ankane/strong_migrations) | `2.0.0` | `2.0.1` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.10` | `2.0.11` |
| [faker](https://github.com/faker-ruby/faker) | `3.4.2` | `3.5.1` |


Updates `active_storage_validations` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/igorkasyanchuk/active_storage_validations/releases)
- [Changelog](https://github.com/igorkasyanchuk/active_storage_validations/blob/master/CHANGES.md)
- [Commits](igorkasyanchuk/active_storage_validations@1.2.0...1.3.0)

Updates `aws-sdk-s3` from 1.167.0 to 1.169.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `aws-sdk-s3control` from 1.94.0 to 1.95.0
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3control/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

Updates `net-imap` from 0.4.17 to 0.5.0
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](ruby/net-imap@v0.4.17...v0.5.0)

Updates `strong_migrations` from 2.0.0 to 2.0.1
- [Changelog](https://github.com/ankane/strong_migrations/blob/master/CHANGELOG.md)
- [Commits](ankane/strong_migrations@v2.0.0...v2.0.1)

Updates `turbo-rails` from 2.0.10 to 2.0.11
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.10...v2.0.11)

Updates `faker` from 3.4.2 to 3.5.1
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v3.4.2...v3.5.1)

---
updated-dependencies:
- dependency-name: active_storage_validations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-sdk-s3control
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: net-imap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: strong_migrations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: turbo-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and alan-at-work committed Oct 22, 2024
1 parent 474a385 commit b254439
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 b254439

Please sign in to comment.