Skip to content

Commit

Permalink
Run sandbox within clean Bundler env
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Aug 29, 2012
1 parent c6cf87b commit 2945e9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,7 @@ end

desc "Creates a sandbox application for simulating the Spree code in a deployed Rails app"
task :sandbox do
exec("lib/sandbox.sh")
Bundler.with_clean_env do
exec("lib/sandbox.sh")
end
end

0 comments on commit 2945e9d

Please sign in to comment.