srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Use .rvmrc ruby if it exists #140

Open srushti opened 11 years ago

srushti commented 11 years ago

Currently, goldberg entirely ignores the .rvmrc. It looks for the Ruby to use entirely in the goldberg_config.rb file. If it doesn't exist, it switches to the default Ruby that goldberg itself is running on.

goldberg_config.rb should still override the .rvmrc Ruby if both are configured.