From e13fb994237961a7bfe941268b9ced5453b57be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Sat, 8 Apr 2023 10:16:30 +0800 Subject: [PATCH] Update Gemfile. --- temp_file/Gemfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 2fdb807..f515678 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -22,7 +22,7 @@ if $0.to_s.scan('bundle').length==0 system("bundle install") if !flag } end -gem 'multipart-post', '2.1.1' +gem 'multipart-post', '1.2' gem 'oauth2', '1.4.7' gem 'rack-protection', '2.2.2' if RUBY_VERSION.to_f <= 2.1 @@ -64,6 +64,7 @@ gem 'payment_settup',git: 'http://gitlab.tp.rulingcom.com/chiu/payment_settup.gi # gem 'angular-ui-bootstrap-rails', '~> 0.11.0' # gem 'jquery_mousewheel_rails', '~> 3.1.11.3' gem 'process_shared','~>0.2.1' +gem 'faraday', '0.15.4' if RUBY_VERSION.to_f == 2.1 gem 'declarative','0.0.10' gem 'mime-types','~>3.3.1' @@ -80,7 +81,6 @@ if RUBY_VERSION.to_f == 2.1 gem 'sassc-rails', '~>1.3.0' gem 'rails', '~> 4.1.16' gem 'sanitize', '~> 4.6.6' - gem 'faraday', '~>0.15.4' #assets and templates #gem 'sass-rails', '~> 4.0.2' gem 'uglifier', '>= 1.3.0' @@ -248,4 +248,7 @@ else gem "minitest" gem 'minitest-spec-rails' end -end \ No newline at end of file +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