Skip to content

Commit

Permalink
add should-matchers pessimistic version to allow older ruby version s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
mbulat committed Oct 31, 2019
1 parent 96e7961 commit 88fd370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plutus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency("jquery-ui-rails", ">= 4.2.2")
s.add_dependency("kaminari", "~> 1.0")
s.add_development_dependency("yard")
s.add_development_dependency "shoulda-matchers"
s.add_development_dependency("shoulda-matchers", "~> 3.1")
s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE", "Rakefile", "README.markdown"]
s.homepage = %q{http://github.com/mbulat/plutus}
s.require_paths = ["lib"]
Expand Down

0 comments on commit 88fd370

Please sign in to comment.