Skip to content

Commit b7f6c4a

Browse files
Bump psych from 5.2.3 to 5.3.1
Bumps [psych](https://github.com/ruby/psych) from 5.2.3 to 5.3.1. - [Release notes](https://github.com/ruby/psych/releases) - [Commits](ruby/psych@v5.2.3...v5.3.1) --- updated-dependencies: - dependency-name: psych dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78deada commit b7f6c4a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ gem "sass-embedded", "1.78.0" # avoids deprecation errors
77
gem "just-the-docs", "0.10.1" # pinned to the current release
88
# gem "just-the-docs" # always download the latest release
99

10-
gem "psych", "~> 5.2.0" # needed for retire.rb, as the default is too old
10+
gem "psych", "~> 5.3.1" # needed for retire.rb, as the default is too old

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GEM
88
colorator (1.1.0)
99
concurrent-ruby (1.3.5)
1010
csv (3.3.2)
11-
date (3.4.1)
11+
date (3.5.1)
1212
em-websocket (0.5.3)
1313
eventmachine (>= 0.12.9)
1414
http_parser.rb (~> 0)
@@ -69,7 +69,7 @@ GEM
6969
mercenary (0.4.0)
7070
pathutil (0.16.2)
7171
forwardable-extended (~> 2.6)
72-
psych (5.2.3)
72+
psych (5.3.1)
7373
date
7474
stringio
7575
public_suffix (7.0.5)
@@ -84,7 +84,7 @@ GEM
8484
google-protobuf (~> 4.27)
8585
sass-embedded (1.78.0-x86_64-linux-gnu)
8686
google-protobuf (~> 4.27)
87-
stringio (3.1.7)
87+
stringio (3.2.0)
8888
terminal-table (3.0.2)
8989
unicode-display_width (>= 1.1.1, < 3)
9090
unicode-display_width (2.6.0)
@@ -97,7 +97,7 @@ PLATFORMS
9797
DEPENDENCIES
9898
jekyll (~> 4.4.1)
9999
just-the-docs (= 0.10.1)
100-
psych (~> 5.2.0)
100+
psych (~> 5.3.1)
101101
sass-embedded (= 1.78.0)
102102

103103
BUNDLED WITH

0 commit comments

Comments
 (0)