Update Gemfile.
This commit is contained in:
parent
8e0d124b8d
commit
e13fb99423
|
@ -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'
|
||||
|
@ -249,3 +249,6 @@ else
|
|||
gem 'minitest-spec-rails'
|
||||
end
|
||||
end
|
||||
gem 'net_http_unix'
|
||||
gem 'roda', '3.66.0'
|
||||
gem 'roda-proxy', git: 'http://gitlab.tp.rulingcom.com/chiu/roda-proxy'
|
Loading…
Reference in New Issue