When we use GitHub references in the Gemfile, we need to use `bundle exec rake` instead of `rake` to avoid the error `rake aborted! LoadError: cannot load such file`. Currently, the "sequel" gem is using a GitHub reference in the Gemfile. Since we change references over time, using "bundle exec rake" is a better choice. Fixes #2325
862 B
862 B