Skip to content

Commit

Permalink
Merge pull request #2 from onrunning/ruby3-compat
Browse files Browse the repository at this point in the history
v2.99.3 with ruby 3.0.X compatibility
  • Loading branch information
severin authored Apr 16, 2024
2 parents fb8d1ba + c1bfbc5 commit f1717fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7']
ruby-version: ['2.7', '3.0']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion lib/mime/types/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def close
end
end

def initialize(_1, _2 = nil, _3 = nil)
def initialize(_one, _two = nil, _three = nil)
super nil
@logdev = WarnLogDevice.new
@formatter = ->(_s, _d, _p, m) { m }
Expand Down

0 comments on commit f1717fa

Please sign in to comment.