Skip to content

Commit 5c0aeea

Browse files
Merge pull request #16 from godaddy/ffi
Relax FFI dependency
2 parents c681033 + ef0ba0e commit 5c0aeea

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [0.2.2] - 2024-05-20
4+
5+
- Relax FFI dependency
6+
37
## [0.2.1] - 2023-01-25
48

59
- Support non GNU Lib C library file names with `load_library`

cobhan.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
3535
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3636
spec.require_paths = ['lib']
3737

38-
spec.add_dependency 'ffi', '~> 1.15.4'
38+
spec.add_dependency 'ffi'
3939
end

lib/cobhan/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Cobhan
4-
VERSION = '0.2.1'
4+
VERSION = '0.2.2'
55
end

0 commit comments

Comments
 (0)