Skip to content

Commit f85f65d

Browse files
chore(deps): bump the ruby group with 9 updates (#902)
Bumps the ruby group with 9 updates: | Package | From | To | | --- | --- | --- | | [html2rss](https://github.com/html2rss/html2rss) | ``1f0ac39`` | ``f4e080c`` | | [rubocop](https://github.com/rubocop/rubocop) | `1.75.7` | `1.75.8` | | [base64](https://github.com/ruby/base64) | `0.2.0` | `0.3.0` | | [bigdecimal](https://github.com/ruby/bigdecimal) | `3.1.9` | `3.2.1` | | [csv](https://github.com/ruby/csv) | `3.3.4` | `3.3.5` | | [google-protobuf](https://github.com/protocolbuffers/protobuf) | `4.31.0` | `4.31.1` | | [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2025.0520` | `3.2025.0527` | | [rake](https://github.com/ruby/rake) | `13.2.1` | `13.3.0` | | [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) | `1.89.0` | `1.89.1` | Updates `html2rss` from `1f0ac39` to `f4e080c` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](html2rss/html2rss@1f0ac39...f4e080c) Updates `rubocop` from 1.75.7 to 1.75.8 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.7...v1.75.8) Updates `base64` from 0.2.0 to 0.3.0 - [Release notes](https://github.com/ruby/base64/releases) - [Commits](ruby/base64@v0.2.0...v0.3.0) Updates `bigdecimal` from 3.1.9 to 3.2.1 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v3.1.9...v3.2.1) Updates `csv` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/ruby/csv/releases) - [Changelog](https://github.com/ruby/csv/blob/main/NEWS.md) - [Commits](ruby/csv@v3.3.4...v3.3.5) Updates `google-protobuf` from 4.31.0 to 4.31.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.31.0...v4.31.1) Updates `mime-types-data` from 3.2025.0520 to 3.2025.0527 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](mime-types/mime-types-data@v3.2025.0520...v3.2025.0527) Updates `rake` from 13.2.1 to 13.3.0 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.2.1...v13.3.0) Updates `sass-embedded` from 1.89.0 to 1.89.1 - [Commits](sass-contrib/sass-embedded-host-ruby@v1.89.0...v1.89.1) --- updated-dependencies: - dependency-name: html2rss dependency-version: f4e080c7de7e54ec83453192c434e6e40b5db7ea dependency-type: direct:production dependency-group: ruby - dependency-name: rubocop dependency-version: 1.75.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby - dependency-name: base64 dependency-version: 0.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: bigdecimal dependency-version: 3.2.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: csv dependency-version: 3.3.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: google-protobuf dependency-version: 4.31.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: mime-types-data dependency-version: 3.2025.0527 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: rake dependency-version: 13.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: sass-embedded dependency-version: 1.89.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 5488807 commit f85f65d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77

88
GIT
99
remote: https://github.com/html2rss/html2rss.git
10-
revision: 1f0ac39cee0d88155ee991dfface9d37debba636
10+
revision: f4e080c7de7e54ec83453192c434e6e40b5db7ea
1111
specs:
1212
html2rss (0.17.0)
1313
addressable (~> 2.7)
@@ -33,12 +33,12 @@ GEM
3333
addressable (2.8.7)
3434
public_suffix (>= 2.0.2, < 7.0)
3535
ast (2.4.3)
36-
base64 (0.2.0)
37-
bigdecimal (3.1.9)
36+
base64 (0.3.0)
37+
bigdecimal (3.2.1)
3838
colorator (1.1.0)
3939
concurrent-ruby (1.3.5)
4040
crass (1.0.6)
41-
csv (3.3.4)
41+
csv (3.3.5)
4242
dry-configurable (1.3.0)
4343
dry-core (~> 1.1)
4444
zeitwerk (~> 2.6)
@@ -89,10 +89,10 @@ GEM
8989
ffi (1.17.2-arm64-darwin)
9090
ffi (1.17.2-x86_64-linux-gnu)
9191
forwardable-extended (2.6.0)
92-
google-protobuf (4.31.0-arm64-darwin)
92+
google-protobuf (4.31.1-arm64-darwin)
9393
bigdecimal
9494
rake (>= 13)
95-
google-protobuf (4.31.0-x86_64-linux-gnu)
95+
google-protobuf (4.31.1-x86_64-linux-gnu)
9696
bigdecimal
9797
rake (>= 13)
9898
http_parser.rb (0.8.0)
@@ -156,7 +156,7 @@ GEM
156156
mime-types (3.7.0)
157157
logger
158158
mime-types-data (~> 3.2025, >= 3.2025.0507)
159-
mime-types-data (3.2025.0520)
159+
mime-types-data (3.2025.0527)
160160
net-http (0.6.0)
161161
uri
162162
nokogiri (1.18.8-arm64-darwin)
@@ -177,7 +177,7 @@ GEM
177177
websocket-driver (>= 0.6.0)
178178
racc (1.8.1)
179179
rainbow (3.1.1)
180-
rake (13.2.1)
180+
rake (13.3.0)
181181
rb-fsevent (0.11.2)
182182
rb-inotify (0.11.1)
183183
ffi (~> 1.0)
@@ -188,7 +188,7 @@ GEM
188188
rouge (4.5.2)
189189
rss (0.3.1)
190190
rexml
191-
rubocop (1.75.7)
191+
rubocop (1.75.8)
192192
json (~> 2.3)
193193
language_server-protocol (~> 3.17.0.2)
194194
lint_roller (~> 1.1.0)
@@ -207,9 +207,9 @@ GEM
207207
sanitize (7.0.0)
208208
crass (~> 1.0.2)
209209
nokogiri (>= 1.16.8)
210-
sass-embedded (1.89.0-arm64-darwin)
210+
sass-embedded (1.89.1-arm64-darwin)
211211
google-protobuf (~> 4.31)
212-
sass-embedded (1.89.0-x86_64-linux-gnu)
212+
sass-embedded (1.89.1-x86_64-linux-gnu)
213213
google-protobuf (~> 4.31)
214214
terminal-table (3.0.2)
215215
unicode-display_width (>= 1.1.1, < 3)

0 commit comments

Comments
 (0)