Skip to content

Commit

Permalink
updated ffi due to security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdigest committed Dec 28, 2018
1 parent 77bf228 commit fa53d26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'

gem 'ffi'
gem "ffi", ">= 1.9.24"
gem 'minitest'
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
ffi (1.9.3)
ffi (1.9.25)
minitest (5.4.2)

PLATFORMS
ruby

DEPENDENCIES
ffi
ffi (>= 1.9.24)
minitest

BUNDLED WITH
1.10.6
4 changes: 2 additions & 2 deletions ruby-nfc.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'ruby-nfc'
s.version = '1.5'
s.date = '2017-07-06'
s.version = '1.6'
s.date = '2018-12-28'
s.summary = "Provides NFC functionality for Ruby"
s.description = <<-EOF
This gem is built on top of libnfc and libfreefare using ffi and supports:
Expand Down

0 comments on commit fa53d26

Please sign in to comment.