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>2019-07-10 08:48:40 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-10 11:03:54 +0300
commit0ad0985ac0f8dce207876b81852f00b34ffc786f (patch)
treecd7745d63bb38cedff4d61b38d1a142d74ff69ed /Gemfile
parentd361194a99b1968dc2dec27325071e1d2405c79c (diff)
Update devDependencies and gems.
Also lock babel versions, since we get failures with newer ones.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 429b1d7158..7863e8037a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
group :development, :test do
- gem 'jekyll', '~> 3.8.5'
+ gem 'jekyll', '~> 3.8.6'
gem 'jekyll-redirect-from', '~> 0.15.0'
gem 'jekyll-sitemap', '~> 1.3.1'
gem 'jekyll-toc', '~> 0.11.0'