aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-09-02 13:06:38 +1200
committerPhilip Arndt <parndt@gmail.com>2011-09-02 13:06:38 +1200
commit177927497131abc1e860e381e0139cab0a8c60d6 (patch)
tree370a6a5e530fd91b190240c559325cac9c68b766 /Gemfile
parent05bc8bc962222e6bff208798c64c3bf70e6862be (diff)
downloadrefinerycms-blog-177927497131abc1e860e381e0139cab0a8c60d6.tar.gz
refinerycms-blog-177927497131abc1e860e381e0139cab0a8c60d6.tar.bz2
refinerycms-blog-177927497131abc1e860e381e0139cab0a8c60d6.zip
Added sqlite3, pg, mysql2 to the Gemfile and added Jamie to the notifications list for TRavis.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 7 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 2a7e717..e70beea 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,19 +5,22 @@ gemspec
## Uncomment the following lines to develop against edge refinery
gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git'
-group :development, :test do
+group :development, :test do
require 'rbconfig'
-
+ gem 'sqlite3'
+ gem 'mysql2'
+ gem 'pg'
+
platforms :mswin, :mingw do
gem 'win32console'
gem 'rb-fchange', '~> 0.0.5'
gem 'rb-notifu', '~> 0.0.4'
end
-
+
platforms :ruby do
gem 'spork', '0.9.0.rc9'
gem 'guard-spork'
-
+
unless ENV['TRAVIS']
if Config::CONFIG['target_os'] =~ /darwin/i
gem 'rb-fsevent', '>= 0.3.9'