aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-31 14:45:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-31 14:45:42 +0300
commitbf0c00279c416fa3b71a68f2628382ce09ec1b5c (patch)
treedfe9d9557810bb4bdbb05786d560188f6f9d109a /Gemfile
parentworkflows/jekyll: linting (diff)
downloadjekyll-theme-bf0c00279c416fa3b71a68f2628382ce09ec1b5c.tar.gz
jekyll-theme-bf0c00279c416fa3b71a68f2628382ce09ec1b5c.zip
bump dependencies
Diffstat (limited to '')
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock24
2 files changed, 15 insertions, 11 deletions
diff --git a/Gemfile b/Gemfile
index f3b1bba..b384704 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,2 @@
source 'https://rubygems.org'
-gem 'github-pages', '214'
+gem 'github-pages', '215'
diff --git a/Gemfile.lock b/Gemfile.lock
index f6b910a..34d289b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (6.0.3.6)
+ activesupport (6.0.3.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@@ -25,21 +25,25 @@ GEM
ethon (0.14.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
- execjs (2.7.0)
- faraday (1.4.1)
+ execjs (2.8.1)
+ faraday (1.4.2)
+ faraday-em_http (~> 1.0)
+ faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
+ faraday-em_http (1.0.0)
+ faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
- ffi (1.15.0)
+ ffi (1.15.1)
forwardable-extended (2.6.0)
gemoji (3.0.1)
- github-pages (214)
- github-pages-health-check (= 1.17.0)
+ github-pages (215)
+ github-pages-health-check (= 1.17.2)
jekyll (= 3.9.0)
jekyll-avatar (= 0.7.0)
jekyll-coffeescript (= 1.1.1)
@@ -82,7 +86,7 @@ GEM
nokogiri (>= 1.10.4, < 2.0)
rouge (= 3.26.0)
terminal-table (~> 1.4)
- github-pages-health-check (1.17.0)
+ github-pages-health-check (1.17.2)
addressable (~> 2.3)
dnsruby (~> 1.60)
octokit (~> 4.0)
@@ -215,7 +219,7 @@ GEM
jekyll-seo-tag (~> 2.1)
minitest (5.14.4)
multipart-post (2.1.1)
- nokogiri (1.11.3-x86_64-linux)
+ nokogiri (1.11.6-x86_64-linux)
racc (~> 1.4)
octokit (4.21.0)
faraday (>= 0.9)
@@ -224,7 +228,7 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
racc (1.5.2)
- rb-fsevent (0.10.4)
+ rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
@@ -261,7 +265,7 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
- github-pages (= 214)
+ github-pages (= 215)
BUNDLED WITH
2.2.16