Skip to content
Snippets Groups Projects
Commit f6bd959c authored by farhatahmad's avatar farhatahmad Committed by Jesus Federico
Browse files

GRN2-135: Limit Jquery version in Gemfile (#610)

* Limit Jquery version in Gemfile

* Fixed issue with lock file
parent cb2587a6
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ gem 'coffee-rails', '~> 4.2'
gem 'mini_racer', platforms: :ruby
# Use jquery as the JavaScript library
gem 'jquery-rails'
gem 'jquery-rails', '~> 4.3.3'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
......
......@@ -334,7 +334,7 @@ DEPENDENCIES
health_check
http_accept_language
jbuilder (~> 2.5)
jquery-rails
jquery-rails (~> 4.3.3)
listen (~> 3.0.5)
mini_racer
omniauth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment