Skip to content

Commit

Permalink
Bump config from 4.2.1 to 5.4.0 (#243)
Browse files Browse the repository at this point in the history
Bumps [config](https://github.com/rubyconfig/config) from 4.2.1 to 5.4.0.
- [Release notes](https://github.com/rubyconfig/config/releases)
- [Changelog](https://github.com/rubyconfig/config/blob/master/CHANGELOG.md)
- [Commits](rubyconfig/config@4.2.1...5.4.0)

---
updated-dependencies:
- dependency-name: config
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 5, 2024
1 parent 1d20444 commit 420f1b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gem 'activerecord', '~> 7.1'
gem 'api-pagination', '~> 5.0'
gem 'bcrypt', '~> 3.1'
gem 'config', '~> 4.2'
gem 'config', '~> 5.4'
gem 'grape', '~> 1.7'
gem 'grape-entity', '~> 1.0.0'
gem 'grape-jwt-authentication', '~> 2.2'
Expand Down
23 changes: 2 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,49 +34,30 @@ GEM
thor (~> 1.0)
coderay (1.1.3)
concurrent-ruby (1.2.3)
config (4.2.1)
config (5.4.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
connection_pool (2.4.1)
crass (1.0.6)
csv (3.3.0)
deep_merge (1.2.2)
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-initializer (3.1.1)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-schema (1.13.3)
concurrent-ruby (~> 1.0)
dry-configurable (~> 1.0, >= 1.0.1)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-logic (>= 1.4, < 2)
dry-types (>= 1.7, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.2)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
dry-validation (1.10.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
dry-initializer (~> 3.0)
dry-schema (>= 1.12, < 2)
zeitwerk (~> 2.6)
erubi (1.12.0)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -298,7 +279,7 @@ DEPENDENCIES
api-pagination (~> 5.0)
bcrypt (~> 3.1)
bundler-audit (~> 0.9.1)
config (~> 4.2)
config (~> 5.4)
factory_bot (~> 6.4)
faker (~> 3.2)
grape (~> 1.7)
Expand Down

0 comments on commit 420f1b1

Please sign in to comment.