Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Aug 2, 2024
1 parent 3b7fa92 commit 56ff0df
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/lib/rom/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ROM
module Core
VERSION = '5.3.2'
VERSION = '5.3.3'
end
end
2 changes: 1 addition & 1 deletion lib/rom/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ROM
VERSION = '5.3.2'
VERSION = '5.3.3'
end
2 changes: 1 addition & 1 deletion repository/lib/rom/repository/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ROM
class Repository
VERSION = '5.3.0'
VERSION = '5.3.1'
end
end
2 changes: 1 addition & 1 deletion repository/rom-repository.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'dry-initializer', '~> 3.0', '>= 3.0.1'
gem.add_runtime_dependency 'dry-core', '~> 1.0'
gem.add_runtime_dependency 'rom-core', '~> 5.3', '>= 5.3.0'
gem.add_runtime_dependency 'rom-core', '~> 5.3', '>= 5.3.3'

gem.add_development_dependency 'rake', '~> 11.2'
gem.add_development_dependency 'rspec', '~> 3.5'
Expand Down
4 changes: 2 additions & 2 deletions rom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |gem|
'bug_tracker_uri' => 'https://github.com/rom-rb/rom/issues',
}

gem.add_runtime_dependency 'rom-core', '~> 5.3', '>= 5.3.2'
gem.add_runtime_dependency 'rom-repository', '~> 5.3', '>= 5.3.0'
gem.add_runtime_dependency 'rom-core', '~> 5.3', '>= 5.3.3'
gem.add_runtime_dependency 'rom-repository', '~> 5.3', '>= 5.3.1'
gem.add_runtime_dependency 'rom-changeset', '~> 5.3', '>= 5.3.0'

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

0 comments on commit 56ff0df

Please sign in to comment.