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

fix: "require 'set'" for models #86

Merged
merged 3 commits into from
Jul 8, 2021
Merged

fix: "require 'set'" for models #86

merged 3 commits into from
Jul 8, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Jul 7, 2021

Closes #84

Proposed Changes

The Ruby v3.0.1 requires explicit "import" of set.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • rake test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review July 7, 2021 07:12
@bednar bednar requested a review from rhajek July 7, 2021 07:12
@codecov-commenter
Copy link

codecov-commenter commented Jul 7, 2021

Codecov Report

Merging #86 (eaf11a8) into master (450e003) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   98.98%   98.98%           
=======================================
  Files          16       16           
  Lines         785      785           
=======================================
  Hits          777      777           
  Misses          8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 450e003...eaf11a8. Read the comment docs.

@bednar bednar merged commit b91db41 into master Jul 8, 2021
@bednar bednar deleted the fix/require-set branch July 8, 2021 05:47
@bednar bednar added this to the 1.16.0 milestone Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Got an uninitialized constant InfluxDB2::Query::Set error
2 participants