Skip to content

Commit

Permalink
Merge pull request #1383 from projectblacklight/refactor_generator
Browse files Browse the repository at this point in the history
Put solr_wrapper in the dev/test group in the Gemfile
  • Loading branch information
awead committed Feb 16, 2016
2 parents fa38149 + 0438ef1 commit e2756e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/generators/blacklight/solr5_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ class Solr5Generator < Rails::Generators::Base
EOF

def install_solrwrapper
gem 'solr_wrapper', '>= 0.3'
gem_group :development, :test do
gem 'solr_wrapper', '>= 0.3'
end

append_to_file "Rakefile", "\nrequire 'solr_wrapper/rake_task'\n"
end
Expand Down

0 comments on commit e2756e7

Please sign in to comment.