Closed ovasdi closed 2 years ago
@joeyAghion Thanks to your comment I took a closer look and noticed that:
xmlrpc
, but a more recent version of middleman-s3_sync has been updated to use fog-aws, likely following this recommendation.I decided to:
xmlrpc
gem to fix deploys. Running bundle exec middleman build
locally still succeeds.Nice--that's even better.
This PR fixes (currently broken) deploy job that is throwing the following error:
In ruby v2.4.0 the xmlrpc lib was removed from stdlib and extracted into a gem. This adds that gem as a dependency and also updates the
.ruby-version
to match the version used in CI config.