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>2015-08-26 04:59:48 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-08-26 04:59:48 +0300
commit72a53828fac5f025848b62594c257fadcf24fb0c (patch)
treeb4cffd4b97c20a940275c745f29ce07a625f0497 /Gemfile
parent5091bc672da48b7f45b6daa0270752844ddd5da7 (diff)
Remove obsolete files, s/bootstrap-sass/bootstrap
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 38da900..b6537cc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,5 +6,9 @@ gemspec
gem 'compass', require: false
group :development do
+ gem 'term-ansicolor'
+end
+
+group :debug do
gem 'byebug', platforms: [:mri_21, :mri_22], require: false
end