From dee431eedfba5abfec339bca60b476636de406e4 Mon Sep 17 00:00:00 2001 From: chiu Date: Thu, 11 May 2023 14:22:56 +0000 Subject: [PATCH] update dependency --- temp_file/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 5b70ad2..87788f4 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -25,7 +25,6 @@ end gem 'multipart-post', '1.2' gem 'oauth2', '1.4.7' gem 'rack-protection', '2.2.2' - if RUBY_VERSION.to_f <= 2.1 gem 'addressable', '2.8.0' gem 'concurrent-ruby', '1.1.9' @@ -261,3 +260,4 @@ gem 'net_http_unix' gem 'roda', '3.66.0' gem 'roda-proxy', git: 'http://gitlab.tp.rulingcom.com/chiu/roda-proxy' gem "rails-reverse-proxy", git: "http://gitlab.tp.rulingcom.com/chiu/rails-reverse-proxy" +gem 'loofah', '2.20.0' #bind the latest work version to avoid crash \ No newline at end of file