Project

General

Profile

« Previous | Next » 

Revision d9a38827

Added by Dominic Cleal over 9 years ago

Revert scoped_search sprockets workaround, fixed in 2.6.0

View differences:

foreman/foreman.spec
#use Bundler_ext instead of Bundler
mv Gemfile Gemfile.in
# fix the issue with loading scoped_search
# upstream bug https://github.com/wvanbergen/scoped_search/issues/53
sed -i "s/gem 'scoped_search'/gem 'sprockets'\n&/" Gemfile.in
cp config/database.yml.example config/database.yml
cp config/settings.yaml.example config/settings.yaml
export BUNDLER_EXT_NOSTRICT=1

Also available in: Unified diff