Skip to content

Commit

Permalink
Merge pull request #728 from ManageIQ/renovate/default_value_for-4.x
Browse files Browse the repository at this point in the history
Update dependency default_value_for to v4
  • Loading branch information
bdunne authored Sep 23, 2024
2 parents ebced69 + 9ae419d commit 629cc3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'minigit', '~> 0.0.4'
gem 'net-ssh', '~> 7.2.0'

gem 'awesome_spawn', '~> 1.6'
gem 'default_value_for', '~> 3.4'
gem 'default_value_for', '~> 4.0'
gem 'haml_lint', '~> 0.51', :require => false
gem 'irb'
gem 'manageiq-style', '>= 1.4', :require => false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ GEM
crass (1.0.6)
date (3.3.4)
deep_merge (1.2.2)
default_value_for (3.4.0)
activerecord (>= 3.2.0, < 7.0)
default_value_for (4.0.0)
activerecord (>= 6.1, < 7.3)
diff-lcs (1.5.1)
docile (1.4.0)
dry-configurable (1.0.1)
Expand Down Expand Up @@ -381,7 +381,7 @@ PLATFORMS
DEPENDENCIES
awesome_spawn (~> 1.6)
config
default_value_for (~> 3.4)
default_value_for (~> 4.0)
factory_bot_rails
faraday
faraday-http-cache (~> 2.0.0)
Expand Down

0 comments on commit 629cc3e

Please sign in to comment.