Skip to content

Commit

Permalink
Revert "Update Psych to 2.2.1. Fixes #4196."
Browse files Browse the repository at this point in the history
This reverts commit 36fb12d.
  • Loading branch information
headius committed Dec 13, 2016
1 parent 2e8d6a1 commit af52d1d
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.2.1' ),
ImportedGem.new( 'psych', '2.0.17' ),
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.2.1</version>
<version>2.0.17</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand Down

0 comments on commit af52d1d

Please sign in to comment.