Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Ruby to version 2.7.4 #4662

Merged
merged 3 commits into from
Sep 8, 2021
Merged

Upgrade Ruby to version 2.7.4 #4662

merged 3 commits into from
Sep 8, 2021

Commits on Sep 3, 2021

  1. Upgrade Ruby to version 2.7.4

    Note this version includes Bundler 2, so we can finally upgrade.
    javierm committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    f2330be View commit details
    Browse the repository at this point in the history
  2. Supress warnings in Paperclip::UrlGenerator

    We were getting hundreds of "warning: URI.escape is obsolete" messages.
    So we're using `URI::DEFAULT_PARSER.escape` instead.
    
    IMHO it's OK to add this monkey-patch because we're replacing Paperclip
    with Active Storage, and when we finish with that we'll delete this
    file.
    javierm committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    4f4f8f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Remove step to install Bundler in Dockerfile

    I think we could have already done so when upgrading Ruby to version
    2.6.x (which also included the Bundler gem), but since we didn't, now
    that we've upgraded to Bundler 2.x it's probably a good moment.
    javierm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    f087d6f View commit details
    Browse the repository at this point in the history