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
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-09-03 01:48:44 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-09-03 01:49:24 +0400
commit6fe694cbd0627c45db4ed5ac3935d783ea0f02c8 (patch)
tree81a1a455fdf680018947b49c459eb6886b7dc4fc /Gemfile
parent2e441b24699cbd60a5cee4bcae84428293af7ff7 (diff)
Port over fixes from branch next
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0b58b8b..c3e8874 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,9 @@ source 'https://rubygems.org'
gemspec
+# Compass for the dummy app
+gem 'compass', require: false
+
group :development do
gem 'byebug', platform: :mri_21, require: false
end