Skip to content

Commit

Permalink
Fix gemspec to require lnrpc >=0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Jul 8, 2019
1 parent 0966e41 commit 75122ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-lightning.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"

spec.add_dependency "lnrpc", "= 0.6.1"
spec.add_dependency "lnrpc", ">= 0.6.1"
spec.add_dependency "rack"
end

0 comments on commit 75122ff

Please sign in to comment.