File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if ENV['DRY_TYPES_FROM_MASTER'].eql?('true')
88 gem 'dry-types' , github : 'dry-rb/dry-types' , branch : 'main'
99end
1010
11- git 'https://github.com/rom-rb/rom.git' , branch : 'release-5.3 ' do
11+ git 'https://github.com/rom-rb/rom.git' , branch : 'release-5.4 ' do
1212 gem 'rom-core'
1313 gem 'rom-changeset'
1414 gem 'rom-repository'
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626 spec . add_runtime_dependency 'sequel' , '>= 4.49'
2727 spec . add_runtime_dependency 'dry-types' , '~> 1.0'
2828 spec . add_runtime_dependency 'dry-core' , '~> 1.0'
29- spec . add_runtime_dependency 'rom' , '~> 5.2' , '>= 5.2.1 '
29+ spec . add_runtime_dependency 'rom' , '~> 5.4 '
3030
3131 spec . add_development_dependency 'bundler'
3232 spec . add_development_dependency 'rake' , '~> 13.0'
You can’t perform that action at this time.
0 commit comments