diff --git a/gemfiles/rails_5.2.gemfile b/gemfiles/rails_5.2.gemfile index c54aa31..15b35d1 100644 --- a/gemfiles/rails_5.2.gemfile +++ b/gemfiles/rails_5.2.gemfile @@ -2,8 +2,8 @@ source 'https://rubygems.org' -gem 'activerecord', '~> 5.2.5' -gem 'activesupport', '~> 5.2.5' +gem 'activerecord', '~> 5.2.6' +gem 'activesupport', '~> 5.2.6' gem 'sqlite3', '~> 1.4.2' gemspec path: '../' diff --git a/gemfiles/rails_6.0.gemfile b/gemfiles/rails_6.0.gemfile index 7186118..23e15e0 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.3.6' -gem 'activesupport', '~> 6.0.3.6' +gem 'activerecord', '~> 6.0.4' +gem 'activesupport', '~> 6.0.4' gem 'sqlite3', '~> 1.4.2' gemspec path: '../' diff --git a/gemfiles/rails_6.1.gemfile b/gemfiles/rails_6.1.gemfile index aa44f6d..6d62904 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.3.1' -gem 'activesupport', '~> 6.1.3.1' +gem 'activerecord', '~> 6.1.4' +gem 'activesupport', '~> 6.1.4' gem 'sqlite3', '~> 1.4.2' gemspec path: '../'