Sha256: 6b6cdac9d0e409c8e0529612300c94fb05d44122672bd3f1fa2e7881b628a346

Contents?: true

Size: 488 Bytes

Versions: 1

Compression:

Stored size: 488 Bytes

Contents

source 'https://rubygems.org'

gemspec

gem 'refinerycms', '~> 2.0.0'
gem 'refinerycms-i18n', '~> 2.0.0'
gem 'refinerycms-settings', '~> 2.0.0'

group :development, :test do

  gem 'therubyracer'
  gem 'refinerycms-testing', '~> 2.0.0'

  unless defined?(JRUBY_VERSION)
    gem 'sqlite3'
    gem 'mysql2'
    gem 'pg'
  end
end

# Refinery/rails should pull in the proper versions of these
group :assets do
  gem 'sass-rails'
  gem 'coffee-rails'
  gem 'uglifier'
end

gem 'jquery-rails'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-admin-locales-2.0.0 Gemfile