Skip to content

Commit 37018b6

Browse files
authored
deps: Locking faraday for Ruby v2.7 (#145)
1 parent a5a8eac commit 37018b6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ gem 'webrick'
77

88
group :jekyll_plugins do
99
gem 'github-pages'
10+
gem 'faraday', '~> 2.8.1' # For Ruby v2.x
1011
gem 'jekyll-include-cache'
1112
gem 'jekyll-toc'
1213
end

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ GEM
88
tzinfo (~> 2.0)
99
addressable (2.8.1)
1010
public_suffix (>= 2.0.2, < 6.0)
11+
base64 (0.2.0)
1112
coffee-script (2.4.1)
1213
coffee-script-source
1314
execjs
@@ -24,7 +25,8 @@ GEM
2425
ffi (>= 1.15.0)
2526
eventmachine (1.2.7)
2627
execjs (2.8.1)
27-
faraday (2.7.4)
28+
faraday (2.8.1)
29+
base64
2830
faraday-net_http (>= 2.0, < 3.1)
2931
ruby2_keywords (>= 0.0.4)
3032
faraday-net_http (3.0.2)
@@ -259,6 +261,7 @@ PLATFORMS
259261
ruby
260262

261263
DEPENDENCIES
264+
faraday (~> 2.8.1)
262265
github-pages
263266
jekyll
264267
jekyll-include-cache

0 commit comments

Comments
 (0)