diff --git a/Gemfile b/Gemfile index d6f9946ad..9ab478f77 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '2.4.6' -gem 'activesupport', '~> 5.2', '>= 5.2.1' +gem 'activesupport', '~> 5.2' gem 'brakeman', '~> 4.7' gem 'bugsnag', '~> 4.0' gem 'bundler', '~> 2' diff --git a/Gemfile.lock b/Gemfile.lock index b4e7ad91c..f355afb6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.3) + activesupport (5.2.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -18,7 +18,7 @@ GEM byebug (11.0.1) charlock_holmes (0.7.6) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.9) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) @@ -32,7 +32,7 @@ GEM mime-types (>= 1.19) rugged (>= 0.25.1) hashdiff (0.3.9) - i18n (1.6.0) + i18n (1.10.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.2) json (2.2.0) @@ -40,7 +40,7 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - minitest (5.11.3) + minitest (5.15.0) multipart-post (2.0.0) parallel (1.17.0) parser (2.6.3.0) @@ -89,7 +89,7 @@ GEM thread_safe (0.3.6) toml (0.1.2) parslet (~> 1.5.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.5.0) webmock (3.5.1) @@ -101,7 +101,7 @@ PLATFORMS ruby DEPENDENCIES - activesupport (~> 5.2, >= 5.2.1) + activesupport (~> 5.2) brakeman (~> 4.7) bugsnag (~> 4.0) bundler (~> 2)