Bump rexml from 3.4.0 to 3.4.2#69
Conversation
|
Would merging this demand a release, do you think, @jonrandahl ? |
TL:DR = yes Remember, in Rails, even if there is a new version of a gem the current applications running are not looking for it and will happily use the version that's currently set in their Therefore, in order to gain the benefits from updated gems, we need to both publish the gem to our repository as well as manually update any application that is using the gem to use the new version when "re-built". |
|
Thank you for the reminder, @jonrandahl. Maybe worth adding as a chore somewhere. Maybe this PR can be added to front end tasks |
|
@joescottdave usually I will update the gem and release a new version, then bundle install on the application that triggered the update need; then check if there are any other applications that have been affected by the reason for the update. Happy to discuss ownership and responsibility with you in the morning! 👍 |
|
@dependabot recreate |
Bumps [rexml](https://github.com/ruby/rexml) from 3.4.0 to 3.4.2. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.4.0...v3.4.2) --- updated-dependencies: - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
7936f31 to
bb4752a
Compare
Bumps rexml from 3.4.0 to 3.4.2.
Release notes
Sourced from rexml's releases.
... (truncated)
Changelog
Sourced from rexml's changelog.
... (truncated)
Commits
f36916fAdd 3.4.2 entry (#284)5859bdeAdded XML declaration check &Source#skip_spacesmethod (#282)1d876e3Bump actions/checkout from 4 to 5 (#283)c87bda8Remove ostruct from dev deps (#281)c60ae02Remove bundler from dev deps (#277)9b084d7Fix & Deprecate REXML::Text#text_indent (#275)04a589aFix a bug that XPath can't be used for no document element (#268)66232eaRemove redundant return statements (#266)63f3e97Use Safe Navigation (&.) from Ruby 2.3 (#265)d427fc5Avoid redundant calls for doctype (#264)