Skip to content

Commit

Permalink
(MAINT) - TEMP pin to FFI 1.15.2
Browse files Browse the repository at this point in the history
This change temporarily pins the ffi 1.15.2 gem and pulls this in to be
used in CI for the editor-services.

This change should be temporarily, to resolve failing CI until this bug
is fixed upstream, and released in the next puppet platform release.
See here puppetlabs/puppet#9112
  • Loading branch information
jordanbreen28 committed Sep 27, 2023
1 parent b93fc21 commit 2c94970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group :development do
gem 'puppet-lint', '~> 4.0', :require => false
gem 'puppetfile-resolver', '~> 0.6.2', :require => false
gem 'yard', '~> 0.9.28', :require => false

gem 'ffi', '~> 1.15', :require => false
gem "rubocop", '~> 1.48.1', require: false
gem "rubocop-performance", '~> 1.16', require: false
gem "rubocop-rspec", '~> 2.19', require: false
Expand Down

0 comments on commit 2c94970

Please sign in to comment.