Sha256: 530591cc363e03f568ec2ff6dbb7e93232f99ec8e4f1dcd13eede5a415a89a13
Contents?: true
Size: 408 Bytes
Versions: 3
Compression:
Stored size: 408 Bytes
Contents
source 'http://rubygems.org' gem 'rails', '~> 3.1.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' end group :postgres do gem 'pg' end group :sqlite do gem 'sqlite3', '~> 1.3.7' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sunspot_rails-2.2.0 | gemfiles/rails-3.1.0 |
sunspot_rails-2.1.1 | gemfiles/rails-3.1.0 |
sunspot_rails-2.1.0 | gemfiles/rails-3.1.0 |