There's already dev, test group in Gemfile so use that.
This commit is contained in:
parent
6958ab82df
commit
c6f36117a7
1 changed files with 2 additions and 4 deletions
6
Gemfile
6
Gemfile
|
@ -4,13 +4,11 @@ gemspec
|
||||||
|
|
||||||
gem 'refinerycms', '~> 2.0.0'
|
gem 'refinerycms', '~> 2.0.0'
|
||||||
|
|
||||||
group :development, :test do
|
|
||||||
gem 'refinerycms-testing', '~> 2.0.0'
|
|
||||||
end
|
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
require 'rbconfig'
|
require 'rbconfig'
|
||||||
|
|
||||||
|
gem 'refinerycms-testing', '~> 2.0.0'
|
||||||
|
|
||||||
platforms :jruby do
|
platforms :jruby do
|
||||||
gem 'activerecord-jdbcsqlite3-adapter'
|
gem 'activerecord-jdbcsqlite3-adapter'
|
||||||
gem 'activerecord-jdbcmysql-adapter'
|
gem 'activerecord-jdbcmysql-adapter'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue