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 <glebm@google.com>2015-02-25 04:43:00 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-03-16 18:38:18 +0300
commit5d3c30a148ae30ab8322f8c38148f99c7f6a8dc5 (patch)
treecc16e76c41f64d8f9ef7348cd6ed1b825145f32c /Gemfile
parent49322ce2a323f1ccb06dabeb73b6cb8f4bc578fd (diff)
converter: recursive tree fetch
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c3e8874..38da900 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,5 +6,5 @@ gemspec
gem 'compass', require: false
group :development do
- gem 'byebug', platform: :mri_21, require: false
+ gem 'byebug', platforms: [:mri_21, :mri_22], require: false
end