From 502a2e9187548935cad0128273209a7504e50551 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Sun, 3 Nov 2024 19:45:17 +0100 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n=20del=20Gemfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gemfile b/gemfile index 30a965b..f3deb9a 100644 --- a/gemfile +++ b/gemfile @@ -7,4 +7,5 @@ gem "ostruct" gem "base64" gem "bigdecimal" gem "minima", "~> 2.5" -gem "webrick", "~> 1.7" \ No newline at end of file +gem "webrick", "~> 1.7" +gem 'wdm', '>= 0.1.0' if Gem.win_platform? \ No newline at end of file