diff --git a/Gemfile b/Gemfile index 4ce0ead..27fa766 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'webrick', '>= 1.8.2' gem 'net-imap', '>= 0.3.9' gem 'faraday', '>= 2.14.1' gem 'bcrypt', '~> 3.1', '>= 3.1.22' -gem 'json', '~> 2.19', '>= 2.19.2' +gem 'json', '~> 2.19' gem 'sentry-ruby', '~> 5.22' gem 'sentry-rails', '~> 5.22' diff --git a/Gemfile.lock b/Gemfile.lock index 2244069..f651596 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.19.3) + json (2.19.9) jwt (2.7.0) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -465,7 +465,7 @@ DEPENDENCIES httparty (>= 0.24.0) jbuilder (~> 2.11, >= 2.9.1) jquery-rails (~> 4.5.1) - json (~> 2.19, >= 2.19.2) + json (~> 2.19) listen (~> 3.8.0) loofah (>= 2.19.1) net-imap (>= 0.3.9)