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>2016-01-25 10:14:00 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-01-25 10:15:37 +0300
commit6ef37f112fb6fec1693189260e00ccea9c229251 (patch)
tree39519b8ebacbd3fb5ef25f2da574e391525e1bf4 /Gemfile
parenta62f70b42065b2f7512fd22b07270da039add6ba (diff)
Update gems to the latest versions.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 59f8692772..f1c10c948c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,12 +1,9 @@
-# Ruby Gems for building and testing Bootstrap
-# Run `grunt update-gemfile-lock` to update to the latest compatible versions
-
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 3.0.1'
- gem 'jekyll-redirect-from', '~> 0.9.0'
+ gem 'jekyll', '~> 3.1.0'
+ gem 'jekyll-redirect-from', '~> 0.9.1'
gem 'jekyll-sitemap', '~> 0.9.0'
- gem 'sass', '~> 3.4.19'
+ gem 'sass', '~> 3.4.21'
gem 'scss_lint', '~> 0.44.0'
end