Skip to content

Commit

Permalink
Update to depend on rom 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Flipse committed Apr 27, 2019
1 parent 1b3afb6 commit 2425dfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v3.0.0

* Updated to work with rom ~> 5.0 (cflipse)
* [BREAKING] Support for ruby <= `2.4` was dropped (cflipse)

## v2.0.0 2019-04-22

* Updated to work with rom ~> 4.1
Expand Down
2 changes: 1 addition & 1 deletion rom-yaml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_runtime_dependency 'rom-core', '~> 4.1'
spec.add_runtime_dependency 'rom-core', '~> 5.0'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
Expand Down

0 comments on commit 2425dfe

Please sign in to comment.