Skip to content

Commit

Permalink
Update dry-initializer minimal version
Browse files Browse the repository at this point in the history
So that we know for sure there's no surprises with ruby 3.4
  • Loading branch information
flash-gordon committed Jan 1, 2025
1 parent 633dcdf commit 36b66b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rom-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'dry-inflector', '~> 1.0'
gem.add_runtime_dependency 'dry-types', '~> 1.6'
gem.add_runtime_dependency 'dry-struct', '~> 1.0'
gem.add_runtime_dependency 'dry-initializer', '~> 3.0', '>= 3.0.1'
gem.add_runtime_dependency 'dry-initializer', '~> 3.0', '>= 3.2.0'
gem.add_runtime_dependency 'transproc', '~> 1.0', '>= 1.1.0'

gem.add_development_dependency 'rake', '~> 10.3'
Expand Down

0 comments on commit 36b66b1

Please sign in to comment.