Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 11, 2020
1 parent df93304 commit 9371948
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion changeset/rom-changeset.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
}

gem.add_runtime_dependency 'dry-core', '~> 0.4'
gem.add_runtime_dependency 'rom-core', '~> 5.1', '>= 5.1.2'
gem.add_runtime_dependency 'rom-core', '~> 5.2'
gem.add_runtime_dependency 'transproc', '~> 1.0', '>= 1.1.0'

gem.add_development_dependency 'rake', '~> 11.2'
Expand Down
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', '~> 0.4'
gem.add_runtime_dependency 'rom-core', '~> 5.1', '>= 5.1.2'
gem.add_runtime_dependency 'rom-core', '~> 5.2'

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

gem.add_runtime_dependency 'rom-core', '~> 5.1', '>= 5.1.2'
gem.add_runtime_dependency 'rom-repository', '~> 5.1'
gem.add_runtime_dependency 'rom-changeset', '~> 5.1'
gem.add_runtime_dependency 'rom-core', '~> 5.2'
gem.add_runtime_dependency 'rom-repository', '~> 5.2'
gem.add_runtime_dependency 'rom-changeset', '~> 5.2'

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

0 comments on commit 9371948

Please sign in to comment.