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-06-17 00:40:40 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-06-17 00:40:40 +0400
commitb198b6c255b993eca10badc7724a193f24d36e30 (patch)
tree9da40d16ba3a08e6517e069136067caa5ce1eecc /Gemfile
parent7eed336d8a3470db109ee952b7bea9a8e4bb7ed4 (diff)
update test config
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index fa75df1..870563d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,7 @@
source 'https://rubygems.org'
gemspec
+
+group :development do
+ gem 'byebug', platform: :mri_20, require: false
+end