Skip to content

Commit

Permalink
Build: Bump jRuby version for security patch
Browse files Browse the repository at this point in the history
Bump gems as editing the properties file will already trigger a rebuild
of the vendors directory.
  • Loading branch information
nschonni committed Mar 6, 2013
1 parent bbdb66b commit 9ef51bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/build-tasks.properties
Expand Up @@ -16,14 +16,14 @@ wet-boew-anttasks.jar=${lib.dir}/wet-boew-anttasks.jar
opencsv.jar=${lib.dir}/opencsv-2.3.jar

#jRuby Properties
jruby.version=1.7.2
jruby.version=1.7.3
jruby.jar=jruby-complete-${jruby.version}.jar

#Gems
gem.dir=${lib.dir}/jruby-compiled
sass.gem=sass-3.2.5.gem
chunky_png.gem=chunky_png-1.2.6.gem
fssm.gem=fssm-0.2.9.gem
sass.gem=sass-3.2.6.gem
chunky_png.gem=chunky_png-1.2.7.gem
fssm.gem=fssm-0.2.10.gem
compass.gem=compass-0.12.2.gem

#JSLint
Expand Down

0 comments on commit 9ef51bd

Please sign in to comment.