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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2013-12-03 18:42:05 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2013-12-03 18:42:05 +0400
commit9dc3657da6fbd70fdcc946f876d7e6fab053931f (patch)
tree7cdf6d7d2465a71713be333d83339d18c78fe026 /test
parenta7c7678aaf637905398f1d8707d45a57269f8620 (diff)
sass_head.gemfile: use rc
Diffstat (limited to 'test')
-rw-r--r--test/gemfiles/sass_head.gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gemfiles/sass_head.gemfile b/test/gemfiles/sass_head.gemfile
index 5a08de9..327589e 100644
--- a/test/gemfiles/sass_head.gemfile
+++ b/test/gemfiles/sass_head.gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"
-gem 'sass', github: 'nex3/sass'
-gem 'compass', '~> 0.12.2'
+gem 'sass', '~> 3.3.0.rc.2'
+gem 'compass', '~> 1.0.0.alpha.13'
platform :rbx do