diff --git a/Gemfile b/Gemfile index e539e21b3..cc8edd3c0 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'hyrax', git: 'https://github.com/UNC-Libraries/hyrax.git', branch: 'unc-hyr # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.11.2' # Use jquery as the JavaScript library -gem 'jquery-rails', '~> 4.5.0' +gem 'jquery-rails', '~> 4.6.0' gem 'json-canonicalization', '0.3.1' gem 'json-ld', '< 3.2' gem 'libv8', '~> 7.3' diff --git a/Gemfile.lock b/Gemfile.lock index 7f8aa1f5b..34e447cd7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -523,7 +523,7 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.2) - jquery-rails (4.5.1) + jquery-rails (4.6.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -1099,7 +1099,7 @@ DEPENDENCIES hydra-role-management (~> 1.0) hyrax! jbuilder (~> 2.11.2) - jquery-rails (~> 4.5.0) + jquery-rails (~> 4.6.0) json-canonicalization (= 0.3.1) json-ld (< 3.2) libv8 (~> 7.3)