Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-04-19 00:55:59 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-04-19 01:14:52 +0400
commit936883c77802e283e622546331bafd03b348342c (patch)
tree4612e69b01d378d3e725615209d56ffd2c8ce02f /Gemfile
parent36559d28b2b6df1099fd0cfd45762a1ed7dc362e (diff)
Looks like jruby may need explicit test-unit depv3.1.1+1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f367f4c6..6b95efbb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,3 +9,7 @@ platform :rbx do
gem 'racc'
end
+platform :jruby do
+ gem 'test-unit'
+end
+