Skip to content

Commit

Permalink
Bump config from 4.2.1 to 5.1.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.1.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 Dec 19, 2023
1 parent c0716e9 commit ba007ad
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.1'
gem 'api-pagination', '~> 5.0'
gem 'bcrypt', '~> 3.1'
gem 'config', '~> 4.2'
gem 'config', '~> 5.1'
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 @@ -34,7 +34,7 @@ GEM
thor (~> 1.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
config (4.2.1)
config (5.1.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
connection_pool (2.4.1)
Expand All @@ -44,10 +44,10 @@ GEM
docile (1.4.0)
drb (2.2.0)
ruby2_keywords
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 @@ -56,7 +56,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 @@ -275,7 +275,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 @@ -290,7 +290,7 @@ DEPENDENCIES
api-pagination (~> 5.0)
bcrypt (~> 3.1)
bundler-audit (~> 0.9.1)
config (~> 4.2)
config (~> 5.1)
factory_bot (~> 6.4)
faker (~> 3.2)
grape (~> 1.7)
Expand Down

0 comments on commit ba007ad

Please sign in to comment.