Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed May 8, 2020
1 parent 4b7d7a6 commit 2d193d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changeset/lib/rom/changeset/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ROM
class Changeset
VERSION = '5.2.1'
VERSION = '5.2.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.2.3'
VERSION = '5.2.4'
end
2 changes: 1 addition & 1 deletion rom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'rom-core', '~> 5.2', '>= 5.2.3'
gem.add_runtime_dependency 'rom-repository', '~> 5.2', '>= 5.2.2'
gem.add_runtime_dependency 'rom-changeset', '~> 5.2', '>= 5.2.1'
gem.add_runtime_dependency 'rom-changeset', '~> 5.2', '>= 5.2.3'

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

0 comments on commit 2d193d5

Please sign in to comment.