Skip to content

Commit 3379d52

Browse files
committed
Set new minimal rom version
1 parent 9e8e60d commit 3379d52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
99
end
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'

rom-sql.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)