Skip to content

Commit

Permalink
Pinned ffi gem to 1.16 for Linux compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Jun 9, 2024
1 parent ec337e5 commit fe1ded5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ gem 'cancancan'

gem 'nokogiri'

# FFI 1.17+ isn't compatible with Ruby 2.x on Linux, which breaks GitHub Actions.
# Remove this line when upgrading to Ruby 3.
gem 'ffi', '~> 1.16.3'

group :development, :test do
gem 'ffaker'
gem 'ruby-progressbar', require: false
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
fancybox2-rails (0.2.7)
railties (>= 3.1.0)
ffaker (2.21.0)
ffi (1.17.0)
ffi (1.16.3)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -289,6 +289,7 @@ DEPENDENCIES
factory_bot_rails
fancybox2-rails
ffaker
ffi (~> 1.16.3)
formtastic
haml (~> 5.0)
icalendar (~> 2.4)
Expand Down

0 comments on commit fe1ded5

Please sign in to comment.