summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorCharles Oliver Nutter <headius@headius.com>2016-12-13 17:48:52 -0600
committerGitHub <noreply@github.com>2016-12-13 17:48:52 -0600
commitab38c3104b2417c8909beb6747e38420e6ec4a58 (patch)
tree0214492841718df2933a22a7222aea9ef60600f8 /Rakefile
parentd6f13f287808676a55d34b68d70beb5b65615d64 (diff)
parent03872f4b549bc72790372cd79212ea79975c095c (diff)
downloadpsych-ab38c3104b2417c8909beb6747e38420e6ec4a58.tar.gz
Merge pull request #305 from ruby/update-snakeyaml
Update snakeyaml
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ae97063..5238b7a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -19,7 +19,7 @@ if RUBY_PLATFORM =~ /java/
# and tell maven via system properties the snakeyaml version
# this is basically the same as running from the commandline:
# rmvn dependency:build-classpath -Dsnakeyaml.version='use version from Psych::DEFAULT_SNAKEYAML_VERSION here'
- Maven::Ruby::Maven.new.exec('dependency:build-classpath', "-Dsnakeyaml.version=#{Psych::DEFAULT_SNAKEYAML_VERSION}", '-Dverbose=true')
+ Maven::Ruby::Maven.new.exec('dependency:build-classpath', "-Dsnakeyaml.version=1.17", '-Dverbose=true')
ext.source_version = '1.7'
ext.target_version = '1.7'
ext.classpath = File.read('pkg/classpath')