[107] Updated dependencies - #110
Open
carlospohlodcodeminer42 wants to merge 18 commits into
Open
Conversation
carlospohlodcodeminer42
force-pushed
the
107-update-gems-to-latest
branch
from
July 10, 2024 20:48
d357d71 to
3fe7a52
Compare
update globalid gem to 1.1.0 (updated to 1.1.0 due the version 1.2.0 droped support for rails < 6.1 https://github.com/rails/globalid/releases)
update tzinfo to 2.0.6 warning: "on version 2.0.5: Changed DateTime results to always use the proleptic Gregorian calendar. This affects DateTime results prior to 1582-10-15 and any arithmetic performed on the results that would produce a secondary result prior to 1582-10-15" https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md
warning: drop support for ruby 2.4 on 2.7.2 version https://github.com/socketry/nio4r/blob/main/changes.md
warning: Drop support to Ruby 2.6 by on version 1.3.0
import security updates on 1.4.4 version warning: on 1.5.0 "By default, unsafe tags are still stripped, but this behavior can be changed to prune the element and its children from the document by passing prune: true to any of these classes' constructors." https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
update:
Update some dependencies from the Project.
Notes:
globalid:
updated to 1.1.0 due the version 1.2.0 droped support for rails < 6.1
change log
tzinfo
WARNING:
on version 2.0.5: "Changed DateTime results to always use the proleptic Gregorian calendar. This affects DateTime results prior to 1582-10-15 and any arithmetic performed on the results that would produce a secondary result prior to 1582-10-15"
change log
nio4r
WARNING:
drop support for ruby 2.4 on 2.7.2 version
change log
rails-html-sanitizer
import security updates on 1.4.4 version
WARNING:
on 1.5.0 "By default, unsafe tags are still stripped, but this behavior can be changed to prune the element and its children from the document by passing prune: true to any of these classes' constructors."
change log
related issues:
PR updating the rest of the dependencies #111