Skip to content

Commit 6711a38

Browse files
Fix dependency declaration to work with BE 2.5
1 parent d25a96e commit 6711a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: better_errors-pry.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727
spec.add_development_dependency "rake", "~> 10.0"
2828
spec.add_development_dependency "rspec", "~> 3.0"
2929

30-
spec.add_dependency "better_errors", '~> 2.3.0', '>= 2.3.0'
30+
spec.add_dependency "better_errors", '~> 2.3', '>= 2.3.0'
3131
spec.add_dependency "pry", ">= 0.9"
3232
spec.add_dependency "binding_of_caller"
3333
end

0 commit comments

Comments
 (0)