Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit ab3da40

Browse files
committed
Constrain rspec to v2.14.x to avoid deprecation warnings
I think this must've been the version I was using when I was first developing in this repo.
1 parent e6a34ef commit ab3da40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

method_log.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Gem::Specification.new do |s|
2626
s.add_dependency 'trollop'
2727

2828
s.add_development_dependency 'rake'
29-
s.add_development_dependency 'rspec'
29+
s.add_development_dependency 'rspec', '~> 2.14.0'
3030
end

0 commit comments

Comments
 (0)