Skip to content

Commit

Permalink
Merge pull request #23 from jsmestad/patch-1
Browse files Browse the repository at this point in the history
Update gemspec to allow ROM 4.0.x
  • Loading branch information
solnic authored Oct 19, 2017
2 parents 86effa6 + 2b3c2ad commit cc335a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rom-mongo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.0.0.beta1"
spec.add_runtime_dependency "rom-core", "~> 4.0"
spec.add_runtime_dependency "mongo", "~> 2.2"
spec.add_runtime_dependency "origin"

Expand Down

0 comments on commit cc335a4

Please sign in to comment.