Skip to content

Commit

Permalink
Update to Psych 2.2.2. See ruby/psych#305
Browse files Browse the repository at this point in the history
Fixes #4196 again.
  • Loading branch information
headius committed Dec 14, 2016
1 parent af52d1d commit a477070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Expand Up @@ -33,7 +33,7 @@ def initialize( name, version, default_spec = true )
ImportedGem.new( 'minitest', '${minitest.version}' ),
ImportedGem.new( 'test-unit', '${test-unit.version}' ),
ImportedGem.new( 'power_assert', '${power_assert.version}' ),
ImportedGem.new( 'psych', '2.0.17' ),
ImportedGem.new( 'psych', '2.2.2' ),
ImportedGem.new( 'json', '${json.version}' ),
ImportedGem.new( 'jar-dependencies', '${jar-dependencies.version}' ),
ImportedGem.new( 'racc', '${racc.version}'),
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -125,7 +125,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>psych</artifactId>
<version>2.0.17</version>
<version>2.2.2</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down

0 comments on commit a477070

Please sign in to comment.