Skip to content

Commit 3fcd59f

Browse files
authored
Lock ffi version in Gemfile
1 parent e4a9d12 commit 3fcd59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem 'faraday', '~> 1' # 1.0 <= version < 2.0
4-
gem 'ffi', '1.16.3'
4+
gem 'ffi', '~> 1.16.3'
55

66
group :jekyll_plugins do
77
gem 'github-pages'

0 commit comments

Comments
 (0)