fix failing on travis due to jquery-rails location
This commit is contained in:
parent
3c2f789306
commit
99bbba082f
|
@ -41,7 +41,7 @@ group :test do
|
|||
gem 'systemu'
|
||||
end
|
||||
|
||||
gem 'jquery-rails'
|
||||
#gem 'jquery-rails'
|
||||
|
||||
# To use ActiveModel has_secure_password
|
||||
# gem 'bcrypt-ruby', '~> 3.0.0'
|
||||
|
|
|
@ -10,6 +10,5 @@
|
|||
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
|
||||
// GO AFTER THE REQUIRES BELOW.
|
||||
//
|
||||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//= require_tree .
|
||||
|
|
Loading…
Reference in New Issue