source 'http://rubygems.org' gem 'rails', '~> 3.2.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 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