Update Gemfile.

This commit is contained in:
邱博亞 2023-04-08 10:16:30 +08:00
parent 8e0d124b8d
commit e13fb99423
1 changed files with 6 additions and 3 deletions

View File

@ -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
end
gem 'net_http_unix'
gem 'roda', '3.66.0'
gem 'roda-proxy', git: 'http://gitlab.tp.rulingcom.com/chiu/roda-proxy'