fix sytax error dependency for rufus (all ruby version)
This commit is contained in:
parent
378fb30015
commit
96906c8b46
|
@ -65,6 +65,9 @@ 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', git: 'http://gitlab.tp.rulingcom.com/core/process_shared'
|
||||
|
||||
gem 'fugit', '1.9.0' #fix sytax error dependency for rufus
|
||||
|
||||
if RUBY_VERSION.to_f == 2.1
|
||||
gem 'faraday', '0.15.4'
|
||||
gem 'declarative','0.0.10'
|
||||
|
@ -239,8 +242,6 @@ else
|
|||
#form helpers
|
||||
gem 'dynamic_form'
|
||||
|
||||
gem 'fugit', '1.9.0' #fix sytax error dependency for rufus
|
||||
|
||||
#development related gems
|
||||
group :development do
|
||||
#gem 'better_errors'
|
||||
|
|
Loading…
Reference in New Issue