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 to ruby 2.7.1 #1395

Merged
merged 3 commits into from
Sep 25, 2020
Merged

Upgrade to ruby 2.7.1 #1395

merged 3 commits into from
Sep 25, 2020

Commits on Sep 22, 2020

  1. Fix deprecation warning

    Warning: Passing the keyword argument as the last hash parameter is deprecated
    
    See https://blog.bigbinary.com/2020/04/14/ruby-2-7-deprecates-conversion-of-keyword-arguments.html
    
    There are some warnings that come from gems outside hte project, e.g. rspec-mocks
    cdccollins committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    856b762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9ac68f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    298f429 View commit details
    Browse the repository at this point in the history