Skip to content

Commit 5e2f503

Browse files
chore(deps): bump the ruby group with 6 updates (#873)
Bumps the ruby group with 6 updates: | Package | From | To | | --- | --- | --- | | [jekyll](https://github.com/jekyll/jekyll) | `4.3.4` | `4.4.1` | | [rubocop](https://github.com/rubocop/rubocop) | `1.71.0` | `1.71.1` | | [dry-types](https://github.com/dry-rb/dry-types) | `1.8.1` | `1.8.2` | | [jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter) | `3.0.0` | `3.1.0` | | [language_server-protocol](https://github.com/mtsmfm/language_server-protocol-ruby) | `3.17.0.3` | `3.17.0.4` | | [rubocop-ast](https://github.com/rubocop/rubocop-ast) | `1.37.0` | `1.38.0` | Updates `jekyll` from 4.3.4 to 4.4.1 - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.3.4...v4.4.1) Updates `rubocop` from 1.71.0 to 1.71.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.0...v1.71.1) Updates `dry-types` from 1.8.1 to 1.8.2 - [Release notes](https://github.com/dry-rb/dry-types/releases) - [Changelog](https://github.com/dry-rb/dry-types/blob/main/CHANGELOG.md) - [Commits](dry-rb/dry-types@v1.8.1...v1.8.2) Updates `jekyll-sass-converter` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/jekyll/jekyll-sass-converter/releases) - [Changelog](https://github.com/jekyll/jekyll-sass-converter/blob/master/History.markdown) - [Commits](jekyll/jekyll-sass-converter@v3.0.0...v3.1.0) Updates `language_server-protocol` from 3.17.0.3 to 3.17.0.4 - [Changelog](https://github.com/mtsmfm/language_server-protocol-ruby/blob/main/CHANGELOG.md) - [Commits](mtsmfm/language_server-protocol-ruby@v3.17.0.3...v3.17.0.4) Updates `rubocop-ast` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-ast@v1.37.0...v1.38.0) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby - dependency-name: dry-types dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: jekyll-sass-converter dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: language_server-protocol dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c58ee58 commit 5e2f503

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'jekyll', '~> 4.3.4'
5+
gem 'jekyll', '~> 4.4.1'
66
gem 'just-the-docs'
77

88
gem 'html2rss', git: 'https://github.com/html2rss/html2rss.git'

Gemfile.lock

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ GEM
3838
colorator (1.1.0)
3939
concurrent-ruby (1.3.5)
4040
crass (1.0.6)
41+
csv (3.3.2)
4142
dry-configurable (1.3.0)
4243
dry-core (~> 1.1)
4344
zeitwerk (~> 2.6)
@@ -60,7 +61,7 @@ GEM
6061
dry-logic (~> 1.5)
6162
dry-types (~> 1.8)
6263
zeitwerk (~> 2.6)
63-
dry-types (1.8.1)
64+
dry-types (1.8.2)
6465
bigdecimal (~> 3.0)
6566
concurrent-ruby (~> 1.0)
6667
dry-core (~> 1.0)
@@ -97,17 +98,20 @@ GEM
9798
http_parser.rb (0.8.0)
9899
i18n (1.14.7)
99100
concurrent-ruby (~> 1.0)
100-
jekyll (4.3.4)
101+
jekyll (4.4.1)
101102
addressable (~> 2.4)
103+
base64 (~> 0.2)
102104
colorator (~> 1.0)
105+
csv (~> 3.0)
103106
em-websocket (~> 0.5)
104107
i18n (~> 1.0)
105108
jekyll-sass-converter (>= 2.0, < 4.0)
106109
jekyll-watch (~> 2.0)
110+
json (~> 2.6)
107111
kramdown (~> 2.3, >= 2.3.1)
108112
kramdown-parser-gfm (~> 1.0)
109113
liquid (~> 4.0)
110-
mercenary (>= 0.3.6, < 0.5)
114+
mercenary (~> 0.3, >= 0.3.6)
111115
pathutil (~> 0.9)
112116
rouge (>= 3.0, < 5.0)
113117
safe_yaml (~> 1.0)
@@ -120,8 +124,8 @@ GEM
120124
jekyll-loading-lazy (0.1.1)
121125
jekyll (>= 3.0, < 5.0)
122126
nokogiri (>= 1.10, < 2.0)
123-
jekyll-sass-converter (3.0.0)
124-
sass-embedded (~> 1.54)
127+
jekyll-sass-converter (3.1.0)
128+
sass-embedded (~> 1.75)
125129
jekyll-seo-tag (2.8.0)
126130
jekyll (>= 3.8, < 5.0)
127131
jekyll-sitemap (1.4.0)
@@ -141,7 +145,7 @@ GEM
141145
rexml (>= 3.3.9)
142146
kramdown-parser-gfm (1.1.0)
143147
kramdown (~> 2.0)
144-
language_server-protocol (3.17.0.3)
148+
language_server-protocol (3.17.0.4)
145149
liquid (4.0.4)
146150
listen (3.9.0)
147151
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -182,17 +186,17 @@ GEM
182186
rouge (4.5.1)
183187
rss (0.3.1)
184188
rexml
185-
rubocop (1.71.0)
189+
rubocop (1.71.1)
186190
json (~> 2.3)
187191
language_server-protocol (>= 3.17.0)
188192
parallel (~> 1.10)
189193
parser (>= 3.3.0.2)
190194
rainbow (>= 2.2.2, < 4.0)
191195
regexp_parser (>= 2.9.3, < 3.0)
192-
rubocop-ast (>= 1.36.2, < 2.0)
196+
rubocop-ast (>= 1.38.0, < 2.0)
193197
ruby-progressbar (~> 1.7)
194198
unicode-display_width (>= 2.4.0, < 4.0)
195-
rubocop-ast (1.37.0)
199+
rubocop-ast (1.38.0)
196200
parser (>= 3.3.1.0)
197201
ruby-progressbar (1.13.0)
198202
safe_yaml (1.0.5)
@@ -224,7 +228,7 @@ PLATFORMS
224228
DEPENDENCIES
225229
html2rss!
226230
html2rss-configs!
227-
jekyll (~> 4.3.4)
231+
jekyll (~> 4.4.1)
228232
jekyll-feed (~> 0.17)
229233
jekyll-loading-lazy
230234
jekyll-sitemap

0 commit comments

Comments
 (0)