diff --git a/jack-core/src/Gemfile b/jack-core/src/Gemfile index aae82ac0..2a56d0b8 100644 --- a/jack-core/src/Gemfile +++ b/jack-core/src/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'activesupport', '~> 4.2.8' +gem 'activesupport', '~> 7.2.3', '>= 7.2.3.1' gem 'bigdecimal', '1.3.5' gem 'fattr' gem 'i18n', '~> 0.9'