Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed May 23, 2014
1 parent 14b33f3 commit 158d3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions washout_builder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = s.files.grep(/^(spec)/)
s.require_paths = ["lib"]
s.add_dependency("wash_out", ">= 0.9.1")
s.add_dependency("virtus", ">= 1.0.0")
s.add_runtime_dependency 'wash_out', '~> 0.9', '>= 0.9.1'
s.add_runtime_dependency 'virtus', '~> 1.0', '>= 1.0.0'
end

0 comments on commit 158d3fa

Please sign in to comment.