Skip to content

Commit 6994450

Browse files
build(deps): bump the bundler group with 3 updates
Bumps the bundler group with 3 updates: [addressable](https://github.com/sporkmonger/addressable), [public_suffix](https://github.com/weppos/publicsuffix-ruby) and [rack](https://github.com/rack/rack). Updates `addressable` from 2.8.6 to 2.8.7 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.8.6...addressable-2.8.7) Updates `public_suffix` from 5.1.1 to 6.0.0 - [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md) - [Commits](weppos/publicsuffix-ruby@v5.1.1...v6.0.0) Updates `rack` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler - dependency-name: public_suffix dependency-type: indirect update-type: version-update:semver-major dependency-group: bundler - dependency-name: rack dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb9bf00 commit 6994450

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
1616
ast (2.4.2)
1717
base64 (0.2.0)
1818
bigdecimal (3.1.8)
@@ -93,11 +93,11 @@ GEM
9393
pry (0.14.2)
9494
coderay (~> 1.1)
9595
method_source (~> 1.0)
96-
public_suffix (5.1.1)
96+
public_suffix (6.0.0)
9797
puma (6.4.2)
9898
nio4r (~> 2.0)
9999
racc (1.8.0)
100-
rack (3.1.3)
100+
rack (3.1.4)
101101
rack-protection (4.0.0)
102102
base64 (>= 0.1.0)
103103
rack (>= 3.0.0, < 4)

0 commit comments

Comments
 (0)