Skip to content

Commit

Permalink
Update to psych 5.1.1.1
Browse files Browse the repository at this point in the history
Mostly to get latest SnakeYAML Engine and a global setting for
code point limit.
  • Loading branch information
headius committed Oct 16, 2023
1 parent 1ae2b68 commit e0b8bfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def log(message=nil)
['pp', '0.3.0'],
['prettyprint', '0.1.1'],
['pstore', '0.1.1'],
['psych', '5.1.0'],
['psych', '5.1.1.1'],
['racc', '1.6.0'],
['rake-ant', '1.0.6'],
['rdoc', '6.4.0'],
Expand Down
8 changes: 4 additions & 4 deletions lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>psych</artifactId>
<version>5.1.0</version>
<version>5.1.1.1</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down Expand Up @@ -1108,7 +1108,7 @@ DO NOT MODIFY - GENERATED CODE
<include>specifications/pp-0.3.0*</include>
<include>specifications/prettyprint-0.1.1*</include>
<include>specifications/pstore-0.1.1*</include>
<include>specifications/psych-5.1.0*</include>
<include>specifications/psych-5.1.1.1*</include>
<include>specifications/racc-1.6.0*</include>
<include>specifications/rake-ant-1.0.6*</include>
<include>specifications/rdoc-6.4.0*</include>
Expand Down Expand Up @@ -1186,7 +1186,7 @@ DO NOT MODIFY - GENERATED CODE
<include>gems/pp-0.3.0*/**/*</include>
<include>gems/prettyprint-0.1.1*/**/*</include>
<include>gems/pstore-0.1.1*/**/*</include>
<include>gems/psych-5.1.0*/**/*</include>
<include>gems/psych-5.1.1.1*/**/*</include>
<include>gems/racc-1.6.0*/**/*</include>
<include>gems/rake-ant-1.0.6*/**/*</include>
<include>gems/rdoc-6.4.0*/**/*</include>
Expand Down Expand Up @@ -1264,7 +1264,7 @@ DO NOT MODIFY - GENERATED CODE
<include>cache/pp-0.3.0*</include>
<include>cache/prettyprint-0.1.1*</include>
<include>cache/pstore-0.1.1*</include>
<include>cache/psych-5.1.0*</include>
<include>cache/psych-5.1.1.1*</include>
<include>cache/racc-1.6.0*</include>
<include>cache/rake-ant-1.0.6*</include>
<include>cache/rdoc-6.4.0*</include>
Expand Down

0 comments on commit e0b8bfd

Please sign in to comment.