Skip to content

Commit f06e4d0

Browse files
chore(deps): bump the ruby group with 6 updates
Bumps the ruby group with 6 updates: | Package | From | To | | --- | --- | --- | | [bigdecimal](https://github.com/ruby/bigdecimal) | `3.3.1` | `4.0.1` | | [dry-inflector](https://github.com/dry-rb/dry-inflector) | `1.2.0` | `1.3.0` | | [dry-schema](https://github.com/dry-rb/dry-schema) | `1.14.1` | `1.15.0` | | [dry-types](https://github.com/dry-rb/dry-types) | `1.8.3` | `1.9.0` | | [faraday-gzip](https://github.com/bodrovis/faraday-gzip) | `3.0.4` | `3.1.0` | | [thor](https://github.com/rails/thor) | `1.4.0` | `1.5.0` | Updates `bigdecimal` from 3.3.1 to 4.0.1 - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v3.3.1...v4.0.1) Updates `dry-inflector` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/dry-rb/dry-inflector/releases) - [Changelog](https://github.com/dry-rb/dry-inflector/blob/main/CHANGELOG.md) - [Commits](dry-rb/dry-inflector@v1.2.0...v1.3.0) Updates `dry-schema` from 1.14.1 to 1.15.0 - [Release notes](https://github.com/dry-rb/dry-schema/releases) - [Changelog](https://github.com/dry-rb/dry-schema/blob/main/CHANGELOG.md) - [Commits](dry-rb/dry-schema@v1.14.1...v1.15.0) Updates `dry-types` from 1.8.3 to 1.9.0 - [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.3...v1.9.0) Updates `faraday-gzip` from 3.0.4 to 3.1.0 - [Release notes](https://github.com/bodrovis/faraday-gzip/releases) - [Changelog](https://github.com/bodrovis/faraday-gzip/blob/master/CHANGELOG.md) - [Commits](bodrovis/faraday-gzip@v3.0.4...v3.1.0) Updates `thor` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/rails/thor/releases) - [Commits](rails/thor@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 4.0.1 dependency-type: indirect update-type: version-update:semver-major dependency-group: ruby - dependency-name: dry-inflector dependency-version: 1.3.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: dry-schema dependency-version: 1.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: dry-types dependency-version: 1.9.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: faraday-gzip dependency-version: 3.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: thor dependency-version: 1.5.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bd2753 commit f06e4d0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ GEM
3535
addressable (2.8.8)
3636
public_suffix (>= 2.0.2, < 8.0)
3737
base64 (0.3.0)
38-
bigdecimal (3.3.1)
38+
bigdecimal (4.0.1)
3939
brotli (0.7.0)
4040
concurrent-ruby (1.3.6)
4141
crass (1.0.6)
@@ -46,23 +46,23 @@ GEM
4646
concurrent-ruby (~> 1.0)
4747
logger
4848
zeitwerk (~> 2.6)
49-
dry-inflector (1.2.0)
49+
dry-inflector (1.3.0)
5050
dry-initializer (3.2.0)
5151
dry-logic (1.6.0)
5252
bigdecimal
5353
concurrent-ruby (~> 1.0)
5454
dry-core (~> 1.1)
5555
zeitwerk (~> 2.6)
56-
dry-schema (1.14.1)
56+
dry-schema (1.15.0)
5757
concurrent-ruby (~> 1.0)
5858
dry-configurable (~> 1.0, >= 1.0.1)
5959
dry-core (~> 1.1)
6060
dry-initializer (~> 3.2)
61-
dry-logic (~> 1.5)
61+
dry-logic (~> 1.6)
6262
dry-types (~> 1.8)
6363
zeitwerk (~> 2.6)
64-
dry-types (1.8.3)
65-
bigdecimal (~> 3.0)
64+
dry-types (1.9.0)
65+
bigdecimal (>= 3.0)
6666
concurrent-ruby (~> 1.0)
6767
dry-core (~> 1.0)
6868
dry-inflector (~> 1.0)
@@ -80,7 +80,7 @@ GEM
8080
logger
8181
faraday-follow_redirects (0.5.0)
8282
faraday (>= 1, < 3)
83-
faraday-gzip (3.0.4)
83+
faraday-gzip (3.1.0)
8484
faraday (>= 2.0, < 3)
8585
zlib (~> 3.0)
8686
faraday-net_http (3.4.2)
@@ -115,7 +115,7 @@ GEM
115115
sanitize (7.0.0)
116116
crass (~> 1.0.2)
117117
nokogiri (>= 1.16.8)
118-
thor (1.4.0)
118+
thor (1.5.0)
119119
tzinfo (2.0.6)
120120
concurrent-ruby (~> 1.0)
121121
uri (1.1.1)

0 commit comments

Comments
 (0)