Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #204 from halostatue/patch-1
Browse files Browse the repository at this point in the history
Limit diff-lcs to 1.x series only
  • Loading branch information
alindeman committed Feb 9, 2013
2 parents fc4b66d + 8fb7fff commit 3b3f4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-expectations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.require_path = "lib"

s.add_runtime_dependency 'diff-lcs', '>= 1.1.3'
s.add_runtime_dependency 'diff-lcs', '>= 1.1.3, < 2.0'

s.add_development_dependency 'rake', '~> 10.0.0'
s.add_development_dependency 'cucumber', '~> 1.1.9'
Expand Down

0 comments on commit 3b3f4db

Please sign in to comment.