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
commit c5db414cedf38a67c8c41f9679a3c9b8d9b5fbe9 Author: Sebb <[email protected]> AuthorDate: Wed Mar 23 13:51:18 2022 +0000 Pin rubyzip to avoid 3.0 API change --- www/board/agenda/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile index 5d35062..05e2451 100644 --- a/www/board/agenda/Gemfile +++ b/www/board/agenda/Gemfile @@ -11,6 +11,7 @@ else gem 'whimsy-asf' end +gem 'rubyzip', '~> 2.3.0' # 3.0 is incompatible gem 'rake' gem 'wunderbar' gem 'ruby2js'
