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

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a78f3c5..b16f82e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,9 +3,10 @@ source 'https://rubygems.org'
group :development, :test do
gem 'html-proofer', '~> 3.19.3'
gem 'jekyll', '~> 4.2.1'
- gem 'jekyll-feed', '~> 0.15.0'
+ gem 'jekyll-feed', '~> 0.16.0'
gem 'jekyll-paginate', '~> 1.1.0'
gem 'jekyll-redirect-from', '~> 0.16.0'
gem 'jekyll-sitemap', '~> 1.4.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
+ gem "webrick", "~> 1.7"
end