aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-09-02 12:50:56 +1200
committerPhilip Arndt <parndt@gmail.com>2011-09-02 12:50:56 +1200
commit97ad55cbf0350752fdbb01b64980b592b463f19f (patch)
treea008016571ed029c488cff5fad2ffc65e9c7032b
parent33967b1649c24f79e9a1ff0f42f139c884e17ae0 (diff)
downloadrefinerycms-blog-97ad55cbf0350752fdbb01b64980b592b463f19f.tar.gz
refinerycms-blog-97ad55cbf0350752fdbb01b64980b592b463f19f.tar.bz2
refinerycms-blog-97ad55cbf0350752fdbb01b64980b592b463f19f.zip
Travis is saying that it wants sqlite3, pg and mysql2 gems.
-rw-r--r--Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..273aa39
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,7 @@
+source 'http://rubygems.org'
+
+group :development, :test do
+ gem 'sqlite3'
+ gem 'mysql2'
+ gem 'pg'
+end \ No newline at end of file