Skip to content

Commit 8e54e5c

Browse files
committed
Update rspec in order to use satisfy(description, &block)
Older rspec didn't allow a description to be given to satisfy(), but newer ones do. I think I forgot to include this rspec version update in PR #2103
1 parent 8b24206 commit 8e54e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fpm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Gem::Specification.new do |spec|
4646
# so I think this needs to be added explicitly?
4747
spec.add_dependency("rexml")
4848

49-
spec.add_development_dependency("rspec", "~> 3.0.0") # license: MIT (according to wikipedia)
49+
spec.add_development_dependency("rspec", "~> 3.13.0") # license: MIT (according to wikipedia)
5050
spec.add_development_dependency("insist", "~> 1.0.0") # license: Apache 2
5151
spec.add_development_dependency("pry")
5252

0 commit comments

Comments
 (0)