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:
authorXhmikosR <xhmikosr@gmail.com>2021-10-12 17:02:13 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-10-12 17:02:13 +0300
commitb29f04eff940bc63b23f5173dee754e655432554 (patch)
tree109738f3537b5ca2f07fc6e9368cbb102c57976c
parentc37680f4a6f66b81883ccf22941a45117b19db18 (diff)
Bump gems
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index c43801b..dc96d93 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
group :development, :test do
gem 'html-proofer', '~> 3.19.2'
- gem 'jekyll', '~> 4.2.0'
+ gem 'jekyll', '~> 4.2.1'
gem 'jekyll-feed', '~> 0.15.0'
gem 'jekyll-paginate', '~> 1.1.0'
gem 'jekyll-redirect-from', '~> 0.16.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 5338573..af6032c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -26,7 +26,7 @@ GEM
http_parser.rb (0.6.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
- jekyll (4.2.0)
+ jekyll (4.2.1)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@@ -99,7 +99,7 @@ PLATFORMS
DEPENDENCIES
html-proofer (~> 3.19.2)
- jekyll (~> 4.2.0)
+ jekyll (~> 4.2.1)
jekyll-feed (~> 0.15.0)
jekyll-paginate (~> 1.1.0)
jekyll-redirect-from (~> 0.16.0)
@@ -107,4 +107,4 @@ DEPENDENCIES
wdm (~> 0.1.1)
BUNDLED WITH
- 2.2.27
+ 2.2.29