Skip to content

Commit ef946fd

Browse files
chore(deps): bump the ruby group (#812)
* chore(deps): bump the ruby group with 4 updates Bumps the ruby group with 4 updates: [faraday](https://github.com/lostisland/faraday), [google-protobuf](https://github.com/protocolbuffers/protobuf), [mime-types-data](https://github.com/mime-types/mime-types-data) and [rexml](https://github.com/ruby/rexml). Updates `faraday` from 2.9.2 to 2.10.0 - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.9.2...v2.10.0) Updates `google-protobuf` from 4.27.1 to 4.27.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `mime-types-data` from 3.2024.0604 to 3.2024.0702 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/History.md) - [Commits](mime-types/mime-types-data@v3.2024.0604...v3.2024.0702) Updates `rexml` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: faraday dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: google-protobuf dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: mime-types-data dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rexml dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): `bundle update --all` * ci: use ruby-version 3.2 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gil Desmarais <[email protected]>
1 parent e4648c3 commit ef946fd

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Ruby
1919
uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: 3.1
21+
ruby-version: 3.2
2222
bundler-cache: true
2323

2424
- name: Build the site
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:
40-
ruby-version: 3.1
40+
ruby-version: 3.2
4141
bundler-cache: true
4242

4343
- name: Build the site

Gemfile.lock

+20-12
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,20 @@ GEM
3737
eventmachine (>= 0.12.9)
3838
http_parser.rb (~> 0)
3939
eventmachine (1.2.7)
40-
faraday (2.9.2)
40+
faraday (2.10.0)
4141
faraday-net_http (>= 2.0, < 3.2)
42+
logger
4243
faraday-follow_redirects (0.3.0)
4344
faraday (>= 1, < 3)
4445
faraday-net_http (3.1.0)
4546
net-http
46-
ffi (1.17.0)
47+
ffi (1.17.0-arm64-darwin)
48+
ffi (1.17.0-x86_64-linux-gnu)
4749
forwardable-extended (2.6.0)
48-
google-protobuf (4.27.1)
50+
google-protobuf (4.27.2-arm64-darwin)
51+
bigdecimal
52+
rake (>= 13)
53+
google-protobuf (4.27.2-x86_64-linux)
4954
bigdecimal
5055
rake (>= 13)
5156
http_parser.rb (0.8.0)
@@ -100,15 +105,16 @@ GEM
100105
listen (3.9.0)
101106
rb-fsevent (~> 0.10, >= 0.10.3)
102107
rb-inotify (~> 0.9, >= 0.9.10)
108+
logger (1.6.0)
103109
mercenary (0.4.0)
104110
mime-types (3.5.2)
105111
mime-types-data (~> 3.2015)
106-
mime-types-data (3.2024.0604)
107-
mini_portile2 (2.8.7)
112+
mime-types-data (3.2024.0702)
108113
net-http (0.4.1)
109114
uri
110-
nokogiri (1.16.6)
111-
mini_portile2 (~> 2.8.2)
115+
nokogiri (1.16.6-arm64-darwin)
116+
racc (~> 1.4)
117+
nokogiri (1.16.6-x86_64-linux)
112118
racc (~> 1.4)
113119
parallel (1.25.1)
114120
parser (3.3.3.0)
@@ -126,7 +132,7 @@ GEM
126132
regexp_parser (2.9.2)
127133
reverse_markdown (2.1.1)
128134
nokogiri
129-
rexml (3.3.0)
135+
rexml (3.3.1)
130136
strscan
131137
rouge (4.3.0)
132138
rss (0.3.0)
@@ -149,9 +155,10 @@ GEM
149155
sanitize (6.1.1)
150156
crass (~> 1.0.2)
151157
nokogiri (>= 1.12.0)
152-
sass-embedded (1.77.5)
158+
sass-embedded (1.77.5-arm64-darwin)
159+
google-protobuf (>= 3.25, < 5.0)
160+
sass-embedded (1.77.5-x86_64-linux-gnu)
153161
google-protobuf (>= 3.25, < 5.0)
154-
rake (>= 13)
155162
strscan (3.1.0)
156163
terminal-table (3.0.2)
157164
unicode-display_width (>= 1.1.1, < 3)
@@ -164,7 +171,8 @@ GEM
164171
zeitwerk (2.6.16)
165172

166173
PLATFORMS
167-
ruby
174+
arm64-darwin-23
175+
x86_64-linux
168176

169177
DEPENDENCIES
170178
html2rss!
@@ -181,4 +189,4 @@ DEPENDENCIES
181189
wdm (~> 0.1.1)
182190

183191
BUNDLED WITH
184-
2.3.7
192+
2.5.14

0 commit comments

Comments
 (0)