Sha256: b21bb9a06a6a3fc38e6dfb4fec94251ceefc761dc5a1b2bb79976ac1279302ce

Contents?: true

Size: 1.15 KB

Versions: 2

Compression:

Stored size: 1.15 KB

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'
end

gem 'sunspot_cell', :git => 'git://github.com/zheileman/sunspot_cell.git'

group :development, :test do
  gem 'sunspot_cell_jars', :git => 'https://github.com/mrcsparker/sunspot_cell_jars.git'
  gem 'sunspot_solr', :git => "https://github.com/mrcsparker/sunspot.git"
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

2 entries across 2 versions & 1 rubygems

Version Path
refinerycms-solr-1.0.7 Gemfile
refinerycms-solr-1.0.6 Gemfile