Sha256: e7f4a51662957c2552a88e66e242baaa21548a389c61b6fc0f1709d3ecc118d8
Contents?: true
Size: 618 Bytes
Versions: 2
Compression:
Stored size: 618 Bytes
Contents
source 'http://rubygems.org' gem 'rails', '~> 4.1.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 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.1.0 |
sunspot_rails-2.2.7 | gemfiles/rails-4.1.0 |