aboutsummaryrefslogtreecommitdiffstats
path: root/ci/geminstaller.yml
diff options
context:
space:
mode:
authorChad Woolley <thewoolleyman@gmail.com>2008-08-24 16:25:05 +0200
committerMichael Koziarski <michael@koziarski.com>2008-08-24 16:27:20 +0200
commit337b043c9373014b034b79c487f70594ebb6a910 (patch)
treede8454196191ac8d59ab1c41e8e1d99947fa4dd0 /ci/geminstaller.yml
parent33ed19f428953e2a372345e39ae2b37353a9e9da (diff)
downloadrails-337b043c9373014b034b79c487f70594ebb6a910.tar.gz
rails-337b043c9373014b034b79c487f70594ebb6a910.tar.bz2
rails-337b043c9373014b034b79c487f70594ebb6a910.zip
Include the CI configuration and setup instructions.
This should make it easy to set up your own copy of the CI environment, and easier for us to keep ours running.
Diffstat (limited to 'ci/geminstaller.yml')
-rw-r--r--ci/geminstaller.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/ci/geminstaller.yml b/ci/geminstaller.yml
new file mode 100644
index 0000000000..3a1862c3c3
--- /dev/null
+++ b/ci/geminstaller.yml
@@ -0,0 +1,17 @@
+---
+gems:
+- name: geminstaller
+ version: >= 0.4.3
+- name: mocha
+ version: >= 0.9.0
+- name: mysql
+ #version: >= 2.7
+ version: = 2.7
+- name: postgres
+ version: >= 0.7.9.2008.01.28
+- name: rake
+ version: >= 0.8.1
+- name: sqlite-ruby
+ version: >= 2.2.3
+- name: sqlite3-ruby
+ version: >= 1.2.2