diff --git a/Gemfile b/Gemfile index 2c8985f575..8bc39be7f0 100644 --- a/Gemfile +++ b/Gemfile @@ -100,7 +100,7 @@ gem 'htmlentities', '~> 4.3.0' gem 'icalendar', '~> 2.10.1' gem 'jquery-rails', '~> 4.6.0' gem 'jquery-ui-rails', '~> 6.0.0' -gem 'json', '~> 2.7.1' +gem 'json', '~> 2.7.2' gem 'holidays', '~> 8.7.1' gem 'iso_country_codes', '~> 0.7.8' gem 'mail', '~> 2.8.1' diff --git a/Gemfile.lock b/Gemfile.lock index c64892ac5b..4b42a72204 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,7 +304,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (6.0.1) railties (>= 3.2.16) - json (2.7.1) + json (2.7.2) jwt (2.7.1) language_server-protocol (3.17.0.3) launchy (3.0.0) @@ -615,7 +615,7 @@ DEPENDENCIES iso_country_codes (~> 0.7.8) jquery-rails (~> 4.6.0) jquery-ui-rails (~> 6.0.0) - json (~> 2.7.1) + json (~> 2.7.2) launchy (< 3.1.0) locale (~> 2.1.4) mahoro (~> 0.5)