Update sentry-rails 5.22.0 → 5.22.1 (patch) #1573
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sentry-rails (5.22.0 → 5.22.1) · Repo · Changelog
Release Notes
5.22.1
Does any of this look wrong? Please let us know.
✳️ nokogiri (1.17.1 → 1.18.1) · Repo · Changelog
Release Notes
1.18.1
1.18.0
1.17.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
✳️ sentry-ruby (5.22.0 → 5.22.1) · Repo · Changelog
Release Notes
5.22.1
Does any of this look wrong? Please let us know.
Release Notes
3.1.9 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
CI: Disable benchmarking of some versions on Ruby
Bump up to v3.1.9
CHANGES: Add v3.1.9 entries
Accept no digits in the fractional part (#302)
Merge pull request #305 from nobu/c2x-pedantic
Fix extra semicolon outside of a function in `NO_SANITIZE`
Merge pull request #296 from franzliedke/patch-1
Merge pull request #303 from nobu/extconf
Reduce unnecessary checks
Merge pull request #299 from anakinj/minimal-typo-fix
Minor typo fix
Merge pull request #298 from ruby/remove-custom-runner
Use macos-14 instead of macos-arm-oss
Fix indentation [ci skip]
Extend docs for round(0)
Release Notes
1.13.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 3 commits:
Bump version to 1.13.1
Use -W:strict_unused_block when running tests on Ruby 3.4+
Avoid spurious frozen string literal warnings on Ruby 3.4.0-preview2
Release Notes
1.14.3
1.14.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 31 commits:
Bump version to v1.14.3 (#1050)
Fix broken rdoc-ref caused by a typo (#1049)
Avoid generating documentation pages for internal components (#1047)
Load history when starting a direct debug session (#1046)
Bump version to v1.14.2 (#1045)
Page the output in irb:rdbg sessions too (#1043)
Don't show 'Maybe IRB bug!' in show_source and ls command (#1039)
Prevent cursor flickering (#1041)
Fix indentation of xstring literal (#1038)
Extract truffleruby workflow (#1035)
Store method objects in constants (#1033)
Move main object's safe call logic to Context (#1034)
Don't use delegator to install helper methods to main object (#1031)
Complete the missing documentation abount the environment variables (#1028)
Prevent a warning: ambiguous `/`
Correct ja/help-message for --context-mode and --prompt (#1029)
windows does not support Process.kill("TERM", pid) (#1026)
Improve history test's encoding setting (#1022)
Suppress "literal string will be frozen in the future" warning (#1019)
Always use alternate sceen on alt-d (#988)
Remove bignum check from save_history (#1018)
Update setup/ruby used in gh-pages workflow because it is failing on ci (#1017)
Improve Debugging with IRB section to make it easier to get started (#1015)
Fix rendering test broken by conflict (#1016)
Make rendering test faster using updated yamatanooroti (#1001)
Document infinite history (#1012)
History refactors (#1013)
Change debug test workaround to use ENV RUBY_DEBUG_TEST_UI (#1014)
Change default completor from regexp to auto, try TypeCompletor and fallback to RegexpCompletor. (#1010)
Hash#inspect style has changed in ruby 3.4
Use correct binding in debug mode (#1007)
Commits
See the full diff on Github. The new version differs by 15 commits:
version bump to v2.24.0
Merge pull request #284 from josecolella/jc-th-add-breakpoint-scrubber
Drop newlines from the double-breakpoint test
docs: Update documentation
feat: Add implementation for method
initial scaffold
test: Get basic test case for scrubber
Merge pull request #291 from fnando/anchors-target-blank
Skip target attribute on links with anchors.
Merge pull request #292 from flavorjones/flavorjones-bump-ci-versions-202412
Merge pull request #289 from andrew/patch-1
ci: add ruby 3.4, drop jruby-head
Merge pull request #290 from flavorjones/flavorjones-pin-jar-dependencies
dep: pin jar-dependencies
Add funding_uri to gemspec
Release Notes
5.2.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
Bump up v5.2.2
Merge pull request #699 from ruby/rdoc-autolink-exception
Don't autolink Exception in psych module docs
Merge pull request #698 from mame/do-not-depend-on-eval-order-of-args
Release Notes
2.2.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Bump version to 2.2.0
Update History for missed commit
Remove unnecessary check for starting period in domain inside #valid?
Use -W:strict_unused_block when running tests on Ruby 3.4+
Fix spurious warnings in tests when using Rack 3.1
Update History.md
fix: cookie-av allows arbitrary casing
Fix a couple spec failures on Ruby 3.4.0-preview2
Fix array of cookies in response containing a blank cookie
Add Ruby 3.3 to CI and bump actions/checkout to v4
Remove use of finalizer in Rack::Test::UploadedFile (Fixes #338)
Prefer Dir.glob with block
Stop testing Ruby 2.2 in CI as it no longer works with ubuntu-latest
Move to actions/checkout@v3
Add README.md to doc
Release Notes
1.6.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 2 commits:
version bump to v1.6.2
fix: PermitScrubber accepts frozen tags
Release Notes
6.10.0
6.9.1
6.9.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 30 commits:
Bump version to v6.10.0
Auto-hide navigation on link click (#1238)
Enable cross reference in code (#1240)
Update tests for ruby/rdoc#1247 (#1248)
`aligns` may include `:center` (#1247)
Print warnings for rdoc-ref links that can't be resolved (#1241)
Bump ruby/setup-ruby from 1.187.0 to 1.204.0 (#1246)
Fix to parse `rb_define_global_const`
Bump version to v6.9.1
Add attribute :force to RDoc::RubygemsHook just like RDoc::RubyGemsHook (#1244)
Hide hamburger on desktop (#1237)
Fix iPad Pro navigation not shown (#1236)
Fix dead links in the markup reference page (#1242)
Bump version to v6.9.0
Fixed compatibility error with setup command and rdoc plugin on rubygems
Make it loose coupling between RubyGems and RDoc (#1171)
Expand rdoc-ref targets at the end of ri output (#1141)
Stop running CI against JRuby and some CI config cleanup (#1228)
lint: Remove unreachable code (#1137)
Use distinct styles for note lists and label lists (#1209)
Workaround JRuby's jar-dependencies error and test failures on CI (#1225)
Deprecate `main` and `title` directives (#1218)
Prefer String#ord to #codepoints[0] (#1220)
ClassModule#superclass= accepts a ClassModule as an argument (#1222)
Methods are sorted symbols-first (#1219)
fix: C variables should never show up in Ancestors tree (#1217)
Improve how gemspec's files are defined (#1212)
Fixed version number of rubygems/release-gem
Bump rubygems/release-gem (#1214)
Bump step-security/harden-runner from 2.10.1 to 2.10.2 (#1215)
Release Notes
0.6.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 11 commits:
Bump version to 0.6.0 (#795)
Change quoted_insert and bracketed_paste to a single key input (#792)
Refactor Reline::Unicode ed_ vi_ em_ methods (#720)
Undo and redo should restore indentation (#793)
Fix line wrapped cursor position (#791)
Combine MAPPINGS(single byte input to symbol) with key_bindings(escape sequence to symbol) (#715)
Implement buffered output to Reline::ANSI (#790)
Call user defined sigwinch and sigcont handler (#788)
Fix tests failing when INPUTRC is defined (#789)
Don't skip start_with check on encoding-incompatible candidates (#787)
Fix RELINE_TEST_ENCODING (#743)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands