diff --git a/Rakefile b/Rakefile index ee14ee9..fe4b422 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ def rcr? ENV['RUN_CODE_RUN'] == 'true' end -system("bundle install --disable-shared-gems") +system("bundle install --disable-shared-gems") if rcr? begin # Try to require the preresolved locked set of gems.