Skip to content

Commit

Permalink
Merge pull request #487 from sul-dlss/ffi
Browse files Browse the repository at this point in the history
Stop pinning ffi
  • Loading branch information
corylown authored Oct 3, 2023
2 parents c6b7e1e + 6c35b12 commit ac80a41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,3 @@ gem 'redlock'
gem 'rsolr'
gem 'sidekiq', '~> 7.0'
gem 'whenever', require: false # Work around https://github.com/javan/whenever/issues/831

gem 'ffi', '~> 1.15.5' # Prevent segfault running rubocop on GH actions
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
ffi (1.16.2)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand Down Expand Up @@ -381,7 +381,6 @@ DEPENDENCIES
config
debug
dlss-capistrano
ffi (~> 1.15.5)
honeybadger
http
newrelic_rpm
Expand Down

0 comments on commit ac80a41

Please sign in to comment.