Removed the setup rake task to run bundler and replaced it with a shell script
This commit is contained in:
7
Rakefile
7
Rakefile
@ -1,12 +1,5 @@
|
||||
require 'bundler/setup'
|
||||
|
||||
task :setup do
|
||||
# Set bundle to install gems to local vendor path
|
||||
system("bundle config set --local path 'vendor/bundle'")
|
||||
# Install gems
|
||||
system("bundle install")
|
||||
end
|
||||
|
||||
namespace :db do
|
||||
task :migrate do
|
||||
%x{sequel -m 'db/migrations/' 'sqlite://data/gamedata.db'}
|
||||
|
Reference in New Issue
Block a user