Skip to content

Commit

Permalink
switch to use psych-2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Aug 21, 2015

Unverified

This user has not yet uploaded their public signing key.
1 parent 689833f commit defa364
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ def version
ImportedGem.new( 'minitest', 'minitest.version', true ),
ImportedGem.new( 'test-unit', 'test-unit.version', true ),
ImportedGem.new( 'power_assert', 'power_assert.version', true ),
ImportedGem.new( 'psych', '2.0.14.pre1', true ),
ImportedGem.new( 'psych', '2.0.14', true ),
ImportedGem.new( 'json', 'json.version', true ),
ImportedGem.new( 'jar-dependencies', '0.1.15', true )
]
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>psych</artifactId>
<version>2.0.14.pre1</version>
<version>2.0.14</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>

0 comments on commit defa364

Please sign in to comment.