Skip to content

Commit

Permalink
Added nokogiri dependency to Gemfile [#4617 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: José Valim <jose.valim@gmail.com>
  • Loading branch information
Priit Tamboom authored and josevalim committed May 16, 2010
1 parent 5d0afe7 commit f843210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -9,6 +9,7 @@ gem "mocha", ">= 0.9.8"
group :mri do
gem 'json'
gem 'yajl-ruby'
gem "nokogiri", ">= 1.4.0"

if RUBY_VERSION < '1.9'
gem "system_timer"
Expand Down

0 comments on commit f843210

Please sign in to comment.