This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new a9d99ebe Hack to get round bundle update issue
a9d99ebe is described below
commit a9d99ebe7643814d7ca8f56d20a16883a642aafa
Author: Sebb <[email protected]>
AuthorDate: Fri Jul 5 09:40:31 2024 +0100
Hack to get round bundle update issue
---
www/board/agenda/Gemfile | 2 ++
www/project/icla/Gemfile | 2 ++
www/roster/Gemfile | 2 ++
www/secretary/workbench/Gemfile | 2 ++
4 files changed, 8 insertions(+)
diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 35c4b6f1..68051953 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -45,3 +45,5 @@ group :development do
end
gem 'net-smtp', require: false unless RUBY_VERSION =~ /^2/ # for Ruby 3.1
+
+gem 'ffi', '1.16.3' # HACK to get round bundle update issue
diff --git a/www/project/icla/Gemfile b/www/project/icla/Gemfile
index 284d94e2..5cbfc502 100644
--- a/www/project/icla/Gemfile
+++ b/www/project/icla/Gemfile
@@ -30,3 +30,5 @@ group :demo do
gem 'puma'
gem 'listen'
end
+
+gem 'ffi', '1.16.3' # HACK to get round bundle update issue
diff --git a/www/roster/Gemfile b/www/roster/Gemfile
index 7b154013..dd0bc99b 100644
--- a/www/roster/Gemfile
+++ b/www/roster/Gemfile
@@ -27,3 +27,5 @@ group :development do
end
gem 'net-smtp', require: false unless RUBY_VERSION =~ /^2/ # for Ruby 3.1
+
+gem 'ffi', '1.16.3' # HACK to get round bundle update issue
diff --git a/www/secretary/workbench/Gemfile b/www/secretary/workbench/Gemfile
index 4663c83d..aa02bb3c 100644
--- a/www/secretary/workbench/Gemfile
+++ b/www/secretary/workbench/Gemfile
@@ -25,3 +25,5 @@ gem 'escape'
gem 'pdf-reader'
gem 'net-smtp', require: false unless RUBY_VERSION =~ /^2/ # for Ruby 3.1
+
+gem 'ffi', '1.16.3' # HACK to get round bundle update issue