diff --git a/.github/Gemfile b/.github/Gemfile index ab52e9a..c06a9c2 100644 --- a/.github/Gemfile +++ b/.github/Gemfile @@ -1,8 +1,8 @@ source 'https://rubygems.org' if RUBY_VERSION < '3.0' - gem 'activerecord', '~> 6.1.0' - gem 'activesupport', '~> 6.1.0' + gem 'activerecord', '~> 7.1.1' + gem 'activesupport', '~> 7.1.1' end gemspec :path => '../'