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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-08-25 08:51:20 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-08-27 08:11:10 +0300
commit97f0da32398175a78ec1d7d3b887cc4c1337d251 (patch)
tree873fcc4f9b26944fc46ab384916c24ba3ee7708d /Gemfile
parentbdc10b4a5b0f4f1de14be446b007a0d91304f6a9 (diff)
Update Rubygems.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index adfacbc160..555a281669 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,9 +4,9 @@
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 2.5.2'
+ gem 'jekyll', '~> 2.5.3'
gem 'jekyll-redirect-from', '~> 0.8.0'
- gem 'rouge', '~> 1.7.4'
- gem 'sass', '~> 3.4.9'
- gem 'scss-lint', '~> 0.31'
+ gem 'rouge', '~> 1.9.1'
+ gem 'sass', '~> 3.4.18'
+ gem 'scss_lint', '~> 0.41'
end