Skip to content

Commit

Permalink
Bump config from 4.2.1 to 5.0.0 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent a4b7a24 commit 6c2ced3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem "phonelib"
gem "audited", "~> 5.4"
gem "concurrent-ruby", require: "concurrent"
gem "concurrent-ruby-ext"
gem "config", "~> 4.2"
gem "config", "~> 5.0"
gem "devise", "~> 4.9"
gem "flipper"
gem "flipper-active_record"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
concurrent-ruby (1.2.2)
concurrent-ruby-ext (1.2.2)
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)
connection_pool (2.4.1)
Expand All @@ -128,10 +128,10 @@ GEM
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
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 @@ -140,7 +140,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 @@ -478,7 +478,7 @@ DEPENDENCIES
capybara
concurrent-ruby
concurrent-ruby-ext
config (~> 4.2)
config (~> 5.0)
dartsass-rails (~> 0.5.0)
debug
devise (~> 4.9)
Expand Down

0 comments on commit 6c2ced3

Please sign in to comment.