aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-03-01 08:43:34 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2012-03-01 08:43:34 +0200
commitc6f36117a77a383c93d7ce257fce15af1ca2a047 (patch)
tree713ebdb1231241dcaa8612ebdf6d4a55347e3210 /Gemfile
parent6958ab82dfb29d384703c9d76e36ceeceb393d95 (diff)
downloadrefinerycms-blog-c6f36117a77a383c93d7ce257fce15af1ca2a047.tar.gz
refinerycms-blog-c6f36117a77a383c93d7ce257fce15af1ca2a047.tar.bz2
refinerycms-blog-c6f36117a77a383c93d7ce257fce15af1ca2a047.zip
There's already dev, test group in Gemfile so use that.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index c78e139..b6ba6ac 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,12 +5,10 @@ gemspec
gem 'refinerycms', '~> 2.0.0'
group :development, :test do
- gem 'refinerycms-testing', '~> 2.0.0'
-end
-
-group :development, :test do
require 'rbconfig'
+ gem 'refinerycms-testing', '~> 2.0.0'
+
platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
gem 'activerecord-jdbcmysql-adapter'