Skip to content

Commit b37f641

Browse files
committed
Set version of FFI in Gemfile
1 parent 7603eb1 commit b37f641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ruby ">2.2.5"
66
# 1. Each gem is current
77
# 2. Each gem is _used_
88

9+
gem "ffi", "~>1.16.3"
910
gem "sass", "~>3.4.22"
1011
gem "autoprefixer-rails", "~>6.3.6"
1112
gem "sprockets", "~>3.7"
@@ -29,4 +30,4 @@ gem "pry-byebug", "~>3.10.1"
2930
# for the SFTP download metadata generator
3031
gem "net-sftp"
3132
#gem "json"
32-
gem "uri"
33+
gem "uri"

0 commit comments

Comments
 (0)