aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-02-25 01:50:24 -0400
committerEduardo Julian2021-02-25 01:50:24 -0400
commit47b320b854a6f28621c5d5d118cac31db27e7c50 (patch)
tree5cace9a14e0800987c220dff5e03a02913645c05 /lux-ruby/project.clj
parentae7fc0207c8d3281882261642f6a8e0579985aa0 (diff)
Updates for Ruby compiler.
Diffstat (limited to '')
-rw-r--r--lux-ruby/project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-ruby/project.clj b/lux-ruby/project.clj
index c6cdfb6d9..88b172b40 100644
--- a/lux-ruby/project.clj
+++ b/lux-ruby/project.clj
@@ -22,7 +22,7 @@
:plugins [[com.github.luxlang/lein-luxc ~version]]
:dependencies [[com.github.luxlang/luxc-jvm ~version]
[com.github.luxlang/stdlib ~version]
- [org.jruby/jruby-complete "9.2.6.0"]]
+ [org.jruby/jruby-complete "9.2.15.0"]]
:manifest {"lux" ~version}
:source-paths ["source"]