aboutsummaryrefslogtreecommitdiffstats
path: root/ci/geminstaller.yml
diff options
context:
space:
mode:
authorChad Woolley <thewoolleyman@gmail.com>2009-09-26 12:23:18 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-26 12:23:30 -0500
commit438ff3b5b9e669392c0607364b70de010e862cec (patch)
treee93173696a794f942e4b22790eb5c5e6fa680366 /ci/geminstaller.yml
parent15cffe6fbc1b0429b06c524fbcedbd50972f53b6 (diff)
downloadrails-438ff3b5b9e669392c0607364b70de010e862cec.tar.gz
rails-438ff3b5b9e669392c0607364b70de010e862cec.tar.bz2
rails-438ff3b5b9e669392c0607364b70de010e862cec.zip
include nokogiri gem, so activesupport nokogiri tests run
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'ci/geminstaller.yml')
-rw-r--r--ci/geminstaller.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/geminstaller.yml b/ci/geminstaller.yml
index 2a81f4cab9..ea26c59132 100644
--- a/ci/geminstaller.yml
+++ b/ci/geminstaller.yml
@@ -11,6 +11,8 @@ gems:
- name: mysql
#version: >= 2.7
version: = 2.7
+- name: nokogiri
+ version: >= 1.3.3
- name: pg
version: >= 0.8.0
- name: rack