Skip to content

Commit 19d7138

Browse files
chore(deps): bump the ruby group with 4 updates (#972)
Bumps the ruby group with 4 updates: [html2rss](https://github.com/html2rss/html2rss), [bigdecimal](https://github.com/ruby/bigdecimal), [json](https://github.com/ruby/json) and [uri](https://github.com/ruby/uri). Updates `html2rss` from `29660a7` to `f722d9d` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](html2rss/html2rss@29660a7...f722d9d) Updates `bigdecimal` from 3.2.3 to 3.3.1 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v3.2.3...v3.3.1) Updates `json` from 2.15.0 to 2.15.1 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.15.0...v2.15.1) Updates `uri` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/ruby/uri/releases) - [Commits](ruby/uri@v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: html2rss dependency-version: f722d9d556ab5351744be216d009e8205272c8bc dependency-type: direct:production dependency-group: ruby - dependency-name: bigdecimal dependency-version: 3.3.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: json dependency-version: 2.15.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: uri dependency-version: 1.0.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ca6376 commit 19d7138

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Gemfile.lock

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

88
GIT
99
remote: https://github.com/html2rss/html2rss.git
10-
revision: 29660a74c2ac9330f60a99a1670241dde32a7222
10+
revision: f722d9d556ab5351744be216d009e8205272c8bc
1111
specs:
1212
html2rss (0.17.0)
1313
addressable (~> 2.7)
14+
brotli
1415
dry-validation
1516
faraday (> 2.0.1, < 3.0)
1617
faraday-follow_redirects
18+
faraday-gzip (~> 3)
1719
kramdown
1820
mime-types (> 3.0)
1921
nokogiri (>= 1.10, < 2.0)
@@ -33,7 +35,8 @@ GEM
3335
addressable (2.8.7)
3436
public_suffix (>= 2.0.2, < 7.0)
3537
base64 (0.3.0)
36-
bigdecimal (3.2.3)
38+
bigdecimal (3.3.1)
39+
brotli (0.7.0)
3740
concurrent-ruby (1.3.5)
3841
crass (1.0.6)
3942
dry-configurable (1.3.0)
@@ -77,9 +80,12 @@ GEM
7780
logger
7881
faraday-follow_redirects (0.4.0)
7982
faraday (>= 1, < 3)
83+
faraday-gzip (3.0.4)
84+
faraday (>= 2.0, < 3)
85+
zlib (~> 3.0)
8086
faraday-net_http (3.4.1)
8187
net-http (>= 0.5.0)
82-
json (2.15.0)
88+
json (2.15.1)
8389
kramdown (2.5.1)
8490
rexml (>= 3.3.9)
8591
logger (1.7.0)
@@ -112,12 +118,13 @@ GEM
112118
thor (1.4.0)
113119
tzinfo (2.0.6)
114120
concurrent-ruby (~> 1.0)
115-
uri (1.0.3)
121+
uri (1.0.4)
116122
websocket-driver (0.8.0)
117123
base64
118124
websocket-extensions (>= 0.1.0)
119125
websocket-extensions (0.1.5)
120126
zeitwerk (2.7.3)
127+
zlib (3.2.1)
121128

122129
PLATFORMS
123130
arm64-darwin-24

0 commit comments

Comments
 (0)