Upgrade jquery-ui-rails to 4.1.2 instead of 4.1.1

This commit is contained in:
Kok Hung Cheah
2020-05-08 09:54:10 +10:00
parent edcdae6b58
commit 19d5bcb150
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ gem "foundation-rails"
gem 'jquery-migrate-rails'
gem 'jquery-rails', '3.1.5'
gem 'jquery-ui-rails', '~> 4.1.1'
gem 'jquery-ui-rails', '~> 4.1.2'
gem 'select2-rails', '~> 3.4.7'
gem 'ofn-qz', github: 'openfoodfoundation/ofn-qz', ref: '60da2ae4c44cbb4c8d602f59fb5fff8d0f21db3c'

View File

@@ -726,7 +726,7 @@ DEPENDENCIES
immigrant
jquery-migrate-rails
jquery-rails (= 3.1.5)
jquery-ui-rails (~> 4.1.1)
jquery-ui-rails (~> 4.1.2)
json_spec (~> 1.1.4)
jwt (~> 2.2)
kaminari (~> 0.14.1)