Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 16, 2022
1 parent 72dba15 commit c41bb36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/oc-id/Gemfile
Expand Up @@ -8,7 +8,7 @@ gem 'chef', '~> 17'
gem 'jbuilder', '~> 2.11'
gem 'jquery-rails'
gem 'jwt' # For Zendesk SSO
gem 'config', '~> 4.0' # Replacement of rails_config gem
gem 'config', '~> 4.1' # Replacement of rails_config gem
gem 'rb-readline', '~> 0.5.2', require: false
gem 'sass-rails', '>= 4.0.3'
gem 'turbolinks', '~> 5'
Expand Down
21 changes: 10 additions & 11 deletions src/oc-id/Gemfile.lock
Expand Up @@ -161,7 +161,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.10)
config (4.0.0)
config (4.1.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
corefoundation (0.3.13)
Expand All @@ -173,38 +173,37 @@ GEM
diff-lcs (1.5.0)
doorkeeper (4.4.3)
railties (>= 4.2)
dry-configurable (0.14.0)
dry-configurable (0.15.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.6)
dry-container (0.9.0)
dry-container (0.11.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.13, >= 0.13.0)
dry-core (0.7.1)
dry-core (0.8.1)
concurrent-ruby (~> 1.0)
dry-inflector (0.2.1)
dry-inflector (0.3.0)
dry-initializer (3.1.1)
dry-logic (1.2.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5)
dry-schema (1.9.1)
dry-schema (1.10.6)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.13, >= 0.13.0)
dry-core (~> 0.5, >= 0.5)
dry-initializer (~> 3.0)
dry-logic (~> 1.0)
dry-logic (~> 1.2)
dry-types (~> 1.5)
dry-types (1.5.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.5, >= 0.5)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
dry-validation (1.8.0)
dry-validation (1.8.1)
concurrent-ruby (~> 1.0)
dry-container (~> 0.7, >= 0.7.1)
dry-core (~> 0.5, >= 0.5)
dry-initializer (~> 3.0)
dry-schema (~> 1.9, >= 1.9.1)
dry-schema (~> 1.8, >= 1.8.0)
erubi (1.10.0)
erubis (2.7.0)
eventmachine (1.2.7)
Expand Down Expand Up @@ -598,7 +597,7 @@ DEPENDENCIES
capybara (~> 3.38)
chef (~> 17)
coffee-rails (~> 5.0)
config (~> 4.0)
config (~> 4.1)
doorkeeper (~> 4.0)
factory_girl_rails (~> 4.9.0)
jbuilder (~> 2.11)
Expand Down

0 comments on commit c41bb36

Please sign in to comment.