Skip to content

Commit

Permalink
Depends on constant that is only in nokogiri 1.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Farrell committed Apr 5, 2013
1 parent 8a99308 commit 177116c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ group :test do
gem "shoulda"
gem "rake"
gem "mocha"
gem "nokogiri"
gem "nokogiri", ">= 1.5.0"
gem "timecop"
end
2 changes: 1 addition & 1 deletion ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|

s.add_runtime_dependency("canonix", ["0.1.1"])
s.add_runtime_dependency("uuid", ["~> 2.3"])
s.add_runtime_dependency("nokogiri")
s.add_runtime_dependency("nokogiri", [">= 1.5.0"])
end

0 comments on commit 177116c

Please sign in to comment.