Skip to content

Commit f843210

Browse files
Priit Tamboomjosevalim
authored andcommitted
Added nokogiri dependency to Gemfile [rails#4617 state:resolved]
Signed-off-by: José Valim <[email protected]>
1 parent 5d0afe7 commit f843210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ gem "mocha", ">= 0.9.8"
99
group :mri do
1010
gem 'json'
1111
gem 'yajl-ruby'
12+
gem "nokogiri", ">= 1.4.0"
1213

1314
if RUBY_VERSION < '1.9'
1415
gem "system_timer"

0 commit comments

Comments
 (0)