deps: bump octokit from 4.23.0 to 4.24.0
Created by: dependabot[bot]
Bumps octokit from 4.23.0 to 4.24.0.
Release notes
Sourced from octokit's releases.
v4.24.0
Known issues
Note: This release fixes the issue around autoloading modules causing some modules to not load before use #1428
Code improvements
- #1354, #1426 Enabling Ruby's immutable ("frozen") string literals i.e.
--enable-frozen-string-literal
via@timrogers
and@olleolleolle
CI Improvements
- Adds Code QL analysis to octokit.rb via
@nickfloyd
Bug fixes
- #1428 Fixes module loading issue with autoloading (this reverts #1351 ) - more information here via
@collinsauve
.@waiting-for-dev
,@etiennebarrie
,@timrogers
, and@nickfloyd
Full Changelog: https://github.com/octokit/octokit.rb/compare/v4.23.0...v4.24.0
Commits
-
505b2f2
Release 4.24.0 -
cde1e88
Updates to 4.24.0 -
76555e5
Merge pull request #1428 from octokit/rollback-autoload-PR-1351 -
258f04f
rolls back autoloading of modules -
6202e72
Merge pull request #1426 from octokit/frozen-string-literal -
d713396
errors.rb: Mutable strings -
5cbfa3d
build_error_message: Use mutable string -
2959325
CI: Install a newer RubyGems on Ruby 2.5 -
766812c
CI: Use RUBYOPT: "--enable-frozen-string-literal" -
4c0bee8
Create codeql-analysis.yml - See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)