Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent e10fad0 commit 81f138c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.0'
gem 'api-pagination', '~> 5.0'
gem 'bcrypt', '~> 3.1'
gem 'config', '~> 4.2'
gem 'config', '~> 5.0'
gem 'grape', '~> 1.7'
gem 'grape-entity', '~> 1.0.0'
gem 'grape-jwt-authentication', '~> 2.2'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ GEM
thor (~> 1.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
config (4.2.1)
config (5.0.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
crass (1.0.6)
deep_merge (1.2.2)
diff-lcs (1.5.0)
docile (1.4.0)
dry-configurable (1.0.1)
dry-configurable (1.1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.0)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
Expand All @@ -45,7 +45,7 @@ GEM
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-schema (1.13.2)
dry-schema (1.13.3)
concurrent-ruby (~> 1.0)
dry-configurable (~> 1.0, >= 1.0.1)
dry-core (~> 1.0, < 2)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
zeitwerk (2.6.8)
zeitwerk (2.6.12)

PLATFORMS
aarch64-linux-musl
Expand All @@ -275,7 +275,7 @@ DEPENDENCIES
api-pagination (~> 5.0)
bcrypt (~> 3.1)
bundler-audit (~> 0.9.1)
config (~> 4.2)
config (~> 5.0)
factory_bot (~> 6.3)
faker (~> 3.2)
grape (~> 1.7)
Expand Down

0 comments on commit 81f138c

Please sign in to comment.