Sha256: aadc5ba4f9c01f42346e27773cee06ba7a7d9864fdf33a657b7e167e3e5f2d08

Contents?: true

Size: 675 Bytes

Versions: 2

Compression:

Stored size: 675 Bytes

Contents

source 'http://rubygems.org'

gem 'rails', '~> 4.0.0'
if RUBY_VERSION < '2.0'
  gem 'mime-types', '~> 2.99.0'
end

gem 'sunspot', :path => File.expand_path('../../../sunspot', __FILE__)
gem 'sunspot_solr', :path => File.expand_path('../../../sunspot_solr', __FILE__)
gem 'sunspot_rails', :path => File.expand_path('../..', __FILE__)

group :test do
  gem 'protected_attributes' # Rails 4 support for attr_accessor so specs still work
  gem 'rspec-rails', '~> 2.14.0'
  gem 'progress_bar', '~> 1.0.5', require: false
  gem 'test-unit', '~> 3.2.0' if RUBY_VERSION >= '2.2.0'
end

group :postgres do
  gem 'pg', '~> 0.18.4'
end

group :sqlite do
  gem 'sqlite3', '~> 1.3.7'
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/sunspot_rails-2.2.7/gemfiles/rails-4.0.0
sunspot_rails-2.2.7 gemfiles/rails-4.0.0