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

Ruby 3.0.0 compatibility #2145

Merged
merged 4 commits into from
Dec 30, 2020
Merged

Ruby 3.0.0 compatibility #2145

merged 4 commits into from
Dec 30, 2020

Commits on Dec 29, 2020

  1. Add ruby 3.0.0 travis

    Add rails_6_1.gemfile
    
    Add rails_6_1.gemfile
    
    Transform **options into *options since Rack::Builder is calling middleware with .new(klass, *args, &block)
    
    Add ** to versioned_path
    Explicit ** for macro options
    
    Replace ** by * since its anonymous
    
    Add explicit { }
    Transform **opts to *opts since its called with  with (*args, &block)
    
    Add explicit **
    
    Transform **opts to *opts since rspec-mock is calling .new(*args)
    
    Add 6_1 gemfile
    
    Add CHANGELOG
    
    Explicitly require active_support/core_ext/array/conversions for the Array#to_xml method
    
    Enable GitHub Actions with updated Rubocop and Danger
    
    Merge master
    
    Rubocop gemfiles
    
    Explicitly require active_support/core_ext/array/conversions for the Array#to_xml method
    ericproulx committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    7f4f72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd33a71 View commit details
    Browse the repository at this point in the history
  3. Add ruby 3.0 in GH Actions

    ericproulx committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    da1fe02 View commit details
    Browse the repository at this point in the history
  4. Remove @opts

    ericproulx committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a09efb0 View commit details
    Browse the repository at this point in the history