m-lab / website

Source code of the Measurement Lab website built using Jekyll
https://www.measurementlab.net
Apache License 2.0
21 stars 16 forks source link

Pin version of bundler to work with ruby2.7 #776

Closed stephen-soltesz closed 10 months ago

stephen-soltesz commented 10 months ago

Recent builds are failing due to incompatible versions of ruby and the latest bundler. This change pins the bundler version to a compatible one until we can update the build environment and other dependencies.

[DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set deployment true`, and stop using this flag
Fetching gem metadata from https://rubygems.org/.........
bundler-2.5.0 requires ruby version >= 3.0.0, which is incompatible with the
current version, 2.7.6

This change is Reviewable