Skip to content

Commit

Permalink
update rspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosinger committed Jan 24, 2012
1 parent 4fd53d9 commit 08218d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ruby-readability.gemspec
Expand Up @@ -17,7 +17,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_development_dependency "rspec", ">= 2.6"
s.add_development_dependency "rspec", ">= 2.8"
s.add_development_dependency "rspec-expectations", ">= 2.8"
s.add_development_dependency "rr", ">= 1.0"
s.add_dependency 'nokogiri', '>= 1.4.2'
s.add_dependency 'guess_html_encoding', '>= 0.0.2'
Expand Down

0 comments on commit 08218d5

Please sign in to comment.