aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
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'