Sha256: 134b0b41c94c3589ffc3fb34c909e076c33291715af30278cd1122c2902b65cd
Contents?: true
Size: 926 Bytes
Versions: 1
Compression:
Stored size: 926 Bytes
Contents
source 'https://rubygems.org' gemspec git 'git://github.com/refinery/refinerycms.git', :branch => 'master' do gem 'refinerycms' group :development, :test do gem 'refinerycms-testing' end end git 'git://github.com/refinery/refinerycms-i18n.git', :branch => 'master' do gem 'refinerycms-i18n' end git 'git://github.com/sunspot/sunspot.git', :branch => 'master' do gem 'sunspot' gem 'sunspot_rails' gem 'sunspot_solr' end gem 'globalize3', github: 'svenfuchs/globalize3', branch: 'rails4' gem 'seo_meta', github: 'parndt/seo_meta', branch: 'master' group :development, :test do require 'rbconfig' gem 'sqlite3', :platform => :ruby gem 'mysql2', :platform => :ruby gem 'pg', :platform => :ruby end # Refinery/rails should pull in the proper versions of these group :assets do gem 'sass-rails' gem 'uglifier' end gem 'jquery-rails' gem 'protected_attributes' gem 'coveralls', require: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-solr-1.0.4 | Gemfile |