From a8698d3b49fcfb7a6b5a466e4d9d0e731fc6e5b2 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Mon, 21 Nov 2022 13:45:37 +0100 Subject: [PATCH] restore hashie gem --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 4ff617d8..61562099 100644 --- a/Gemfile +++ b/Gemfile @@ -55,6 +55,7 @@ gem 'gaffe' gem 'ruby-filemagic' gem 'mime-types' gem 'midi-smtp-server' +gem 'hashie', '~> 3.4.6', require: false # https://github.com/westfieldlabs/apivore/issues/114 gem 'rswag-api' gem 'rswag-ui'