diff --git a/Gemfile b/Gemfile index 898fd77026..8d596cbca3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ source 'https://rubygems.org' ruby '2.7.1' -gem 'activesupport', '~> 6.0', '>= 6.0.3.2', require: 'active_support/all' +gem 'activesupport', '~> 6.0', '>= 6.0.3.3', require: 'active_support/all' gem 'pry', '~> 0.13.1' gem 'rake', '~> 13.0', '>= 13.0.1'