Skip to content

Commit e8c3e86

Browse files
author
Chad Dougherty
committed
update software versions in Gemfile
should fix jekyll builds in CircleCI Signed-off-by: Chad Dougherty <[email protected]>
1 parent 1dd7138 commit e8c3e86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", '228', group: :jekyll_plugins
3+
gem "github-pages", '232', group: :jekyll_plugins
44

55
# enable tzinfo-data for local build
66
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
77
gem 'jekyll-paginate', '1.1.0'
8-
gem 'faraday', '2.7.4'
9-
gem 'faraday-retry', '2.0.0'
8+
gem 'faraday', '2.10.1'
9+
gem 'faraday-retry', '2.2.1'
1010
gem 'webrick', '1.8.1'

0 commit comments

Comments
 (0)