Skip to content

Commit ccacc8d

Browse files
authored
Merge pull request #6332 from headius/update_psych
Update Psych to 3.2.0
2 parents 24e8a3d + 6dd1457 commit ccacc8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def log(message=nil)
2323
['jruby-readline', '1.3.7'],
2424
['jruby-openssl', '0.10.4'],
2525
['json', '${json.version}'],
26-
['psych', '3.1.0'],
26+
['psych', '3.2.0'],
2727
['rake-ant', '1.0.4'],
2828
['rdoc', '${rdoc.version}'],
2929
['scanf', '1.0.0'],

lib/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ DO NOT MODIFIY - GENERATED CODE
138138
<dependency>
139139
<groupId>rubygems</groupId>
140140
<artifactId>psych</artifactId>
141-
<version>3.1.0</version>
141+
<version>3.2.0</version>
142142
<type>gem</type>
143143
<scope>provided</scope>
144144
<exclusions>
@@ -335,9 +335,9 @@ DO NOT MODIFIY - GENERATED CODE
335335
<include>cache/json*${json.version}.gem</include>
336336
<include>gems/json*${json.version}/**</include>
337337
<include>specifications/json*${json.version}.gemspec</include>
338-
<include>cache/psych*3.1.0.gem</include>
339-
<include>gems/psych*3.1.0/**</include>
340-
<include>specifications/psych*3.1.0.gemspec</include>
338+
<include>cache/psych*3.2.0.gem</include>
339+
<include>gems/psych*3.2.0/**</include>
340+
<include>specifications/psych*3.2.0.gemspec</include>
341341
<include>cache/rake-ant*1.0.4.gem</include>
342342
<include>gems/rake-ant*1.0.4/**</include>
343343
<include>specifications/rake-ant*1.0.4.gemspec</include>

0 commit comments

Comments
 (0)