updated gem file to use older version of jquery rails that is working locally
This commit is contained in:
parent
31dc1ed126
commit
a97caa5c7a
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -26,7 +26,7 @@ group :assets do
|
|||
gem 'uglifier', '>= 1.0.3'
|
||||
end
|
||||
|
||||
gem 'jquery-rails'
|
||||
gem 'jquery-rails', '2.1.2'
|
||||
|
||||
# To use ActiveModel has_secure_password
|
||||
# gem 'bcrypt-ruby', '~> 3.0.0'
|
||||
|
|
Loading…
Reference in a new issue