Skip to content

Commit ad0eed1

Browse files
authored
Lock file maintenance docs (#2172)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---| | | lockFileMaintenance | All locks refreshed | | | | | | [jekyll-feed](https://togithub.com/jekyll/jekyll-feed) | minor | `0.15.1` -> `0.17.0` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/jekyll-feed/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/jekyll-feed/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/jekyll-feed/0.15.1/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/jekyll-feed/0.15.1/0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Release Notes <details> <summary>jekyll/jekyll-feed (jekyll-feed)</summary> ### [`v0.17.0`](https://togithub.com/jekyll/jekyll-feed/blob/HEAD/History.markdown#0170--2022-10-14) [Compare Source](https://togithub.com/jekyll/jekyll-feed/compare/v0.16.0...v0.17.0) ##### Documentation - Update CI status badge ([#&#8203;363](https://togithub.com/jekyll/jekyll-feed/issues/363)) ##### Development Fixes - Add Ruby 3.1 to the CI matrix ([#&#8203;365](https://togithub.com/jekyll/jekyll-feed/issues/365)) ##### Minor Enhancements - Allow disabling of jekyll-feed while in development ([#&#8203;370](https://togithub.com/jekyll/jekyll-feed/issues/370)) ### [`v0.16.0`](https://togithub.com/jekyll/jekyll-feed/blob/HEAD/History.markdown#0160--2022-01-03) [Compare Source](https://togithub.com/jekyll/jekyll-feed/compare/v0.15.1...v0.16.0) ##### Minor Enhancements - Add support for `page.description` in front matter to become entry `<summary>` ([#&#8203;297](https://togithub.com/jekyll/jekyll-feed/issues/297)) ##### Bug Fixes - Fold private methods into the `:render` method as local variables ([#&#8203;327](https://togithub.com/jekyll/jekyll-feed/issues/327)) - Check `post.categories` instead of `post.category` ([#&#8203;357](https://togithub.com/jekyll/jekyll-feed/issues/357)) - Switched xml_escape for `<![CDATA[]]>` for post content ([#&#8203;332](https://togithub.com/jekyll/jekyll-feed/issues/332)) ##### Development Fixes - Add Ruby 3.0 to CI ([#&#8203;337](https://togithub.com/jekyll/jekyll-feed/issues/337)) - Lock RuboCop to v1.18.x ([#&#8203;348](https://togithub.com/jekyll/jekyll-feed/issues/348)) - Add workflow to release gem via GH Action ([#&#8203;355](https://togithub.com/jekyll/jekyll-feed/issues/355)) ##### Documentation - Use `.atom` extension in documented examples since we write an Atom feed ([#&#8203;359](https://togithub.com/jekyll/jekyll-feed/issues/359)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 9ee0158 commit ad0eed1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/Gemfile.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
addressable (2.8.6)
1515
public_suffix (>= 2.0.2, < 6.0)
1616
base64 (0.2.0)
17-
bigdecimal (3.1.6)
17+
bigdecimal (3.1.8)
1818
coffee-script (2.4.1)
1919
coffee-script-source
2020
execjs
@@ -23,10 +23,9 @@ GEM
2323
commonmarker (0.23.10)
2424
concurrent-ruby (1.2.3)
2525
connection_pool (2.4.1)
26-
dnsruby (1.70.0)
26+
dnsruby (1.72.1)
2727
simpleidn (~> 0.2.1)
28-
drb (2.2.0)
29-
ruby2_keywords
28+
drb (2.2.1)
3029
em-websocket (0.5.3)
3130
eventmachine (>= 0.12.9)
3231
http_parser.rb (~> 0)
@@ -96,7 +95,7 @@ GEM
9695
activesupport (>= 2)
9796
nokogiri (>= 1.4)
9897
http_parser.rb (0.8.0)
99-
i18n (1.14.4)
98+
i18n (1.14.5)
10099
concurrent-ruby (~> 1.0)
101100
jekyll (3.9.3)
102101
addressable (~> 2.4)
@@ -219,11 +218,11 @@ GEM
219218
jekyll (>= 3.5, < 5.0)
220219
jekyll-feed (~> 0.9)
221220
jekyll-seo-tag (~> 2.1)
222-
minitest (5.22.2)
221+
minitest (5.22.3)
223222
mutex_m (0.2.0)
224223
net-http (0.4.1)
225224
uri
226-
nokogiri (1.16.2-x86_64-linux)
225+
nokogiri (1.16.4-x86_64-linux)
227226
racc (~> 1.4)
228227
octokit (4.25.1)
229228
faraday (>= 1, < 3)
@@ -237,7 +236,6 @@ GEM
237236
ffi (~> 1.0)
238237
rexml (3.2.6)
239238
rouge (3.26.0)
240-
ruby2_keywords (0.0.5)
241239
rubyzip (2.3.2)
242240
safe_yaml (1.0.5)
243241
sass (3.7.4)
@@ -248,7 +246,7 @@ GEM
248246
sawyer (0.9.2)
249247
addressable (>= 2.3.5)
250248
faraday (>= 0.17.3, < 3)
251-
simpleidn (0.2.1)
249+
simpleidn (0.2.2)
252250
unf (~> 0.1.4)
253251
terminal-table (1.8.0)
254252
unicode-display_width (~> 1.1, >= 1.1.1)

0 commit comments

Comments
 (0)