diff --git a/gemfiles/rails_6.0.gemfile b/gemfiles/rails_6.0.gemfile index e67f6fa..76f3dcd 100644 --- a/gemfiles/rails_6.0.gemfile +++ b/gemfiles/rails_6.0.gemfile @@ -2,8 +2,8 @@ source 'https://rubygems.org' -gem 'activerecord', '~> 6.0.5.1' -gem 'activesupport', '~> 6.0.5.1' +gem 'activerecord', '~> 6.0.6' +gem 'activesupport', '~> 6.0.6' gem 'sqlite3', '~> 1.4.2' gemspec path: '../' diff --git a/gemfiles/rails_6.1.gemfile b/gemfiles/rails_6.1.gemfile index 1ce73e4..d9fc411 100644 --- a/gemfiles/rails_6.1.gemfile +++ b/gemfiles/rails_6.1.gemfile @@ -2,8 +2,8 @@ source 'https://rubygems.org' -gem 'activerecord', '~> 6.1.6.1' -gem 'activesupport', '~> 6.1.6.1' +gem 'activerecord', '~> 6.1.7' +gem 'activesupport', '~> 6.1.7' gem 'sqlite3', '~> 1.4.2' gemspec path: '../' diff --git a/gemfiles/rails_7.0.gemfile b/gemfiles/rails_7.0.gemfile index dc4a578..38a0352 100644 --- a/gemfiles/rails_7.0.gemfile +++ b/gemfiles/rails_7.0.gemfile @@ -2,8 +2,8 @@ source 'https://rubygems.org' -gem 'activerecord', '~> 7.0.3.1' -gem 'activesupport', '~> 7.0.3.1' +gem 'activerecord', '~> 7.0.4' +gem 'activesupport', '~> 7.0.4' gem 'sqlite3', '~> 1.4.2' gemspec path: '../'