From 6abc8e9c746321eb4d5270159a852e398eb13674 Mon Sep 17 00:00:00 2001 From: chiu Date: Sat, 22 Apr 2023 14:52:08 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=80=8Ctemp=5Ffile/Gemfile?= =?UTF-8?q?=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add dependency --- temp_file/Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index ac16fb1..5b70ad2 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -25,6 +25,7 @@ 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' @@ -258,4 +259,5 @@ else end gem 'net_http_unix' gem 'roda', '3.66.0' -gem 'roda-proxy', git: 'http://gitlab.tp.rulingcom.com/chiu/roda-proxy' \ No newline at end of file +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"