Skip to content

Commit

Permalink
Pin ffi in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Sep 17, 2024
1 parent 7b0086c commit b91414e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source 'https://rubygems.org'
gemspec

gem 'byebug'
gem 'ffi', '< 1.17' if ENV['CI'] # pinned to avoid ci errors with required rubygems version
gem 'pry-byebug' unless ENV['CI']
gem 'psych', '< 4' # pinned to less than 4 due to ActiveFedora not specifying this restriction

0 comments on commit b91414e

Please sign in to comment.