Skip to content

Commit

Permalink
Merge pull request #991 from glensc/patch-1
Browse files Browse the repository at this point in the history
rspec tests use .reject
  • Loading branch information
jordansissel committed Sep 3, 2015
2 parents 275d2f4 + 850b6ba commit 6e2a14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fpm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("ffi") # license: GPL3/LGPL3

spec.add_development_dependency("rspec", "~> 3.0.0") # license: MIT (according to wikipedia)
spec.add_development_dependency("insist", "~> 0.0.5") # license: ???
spec.add_development_dependency("insist", "~> 1.0.0") # license: Apache 2
spec.add_development_dependency("pry")
spec.add_development_dependency("stud")

Expand Down

0 comments on commit 6e2a14a

Please sign in to comment.