Sha256: 5defeff5f12771c639f799cfc4a27771640074dcc8625c769febb6121fd0a5f7

Contents?: true

Size: 457 Bytes

Versions: 5

Compression:

Stored size: 457 Bytes

Contents

source 'http://rubygems.org'

gem 'rails', '~> 3.0.0'

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 'rspec-rails', '~> 2.14.0'
  gem 'progress_bar', '~> 1.0.5', require: false
end

group :postgres do
	gem 'pg'
end

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunspot_rails-2.2.5 gemfiles/rails-3.0.0
sunspot_rails-2.2.4 gemfiles/rails-3.0.0
sunspot_rails-2.2.3 gemfiles/rails-3.0.0
sunspot_rails-2.2.2 gemfiles/rails-3.0.0
sunspot_rails-2.2.1 gemfiles/rails-3.0.0