diff --git a/gemfiles/rails-6.0.gemfile b/gemfiles/rails-6.0.gemfile index 35923a605f..9ef085a98f 100644 --- a/gemfiles/rails-6.0.gemfile +++ b/gemfiles/rails-6.0.gemfile @@ -1,11 +1,11 @@ # rubocop:todo all source 'https://rubygems.org' -gem 'actionpack', '~> 6.0' -gem 'activemodel', '~> 6.0' +gem 'actionpack', '~> 6.0.0' +gem 'activemodel', '~> 6.0.0' group :test do - gem 'activejob', '~> 6.0' + gem 'activejob', '~> 6.0.0' end gemspec path: '..' diff --git a/gemfiles/rails-6.1.gemfile b/gemfiles/rails-6.1.gemfile index 8e5a896766..f54afdc10d 100644 --- a/gemfiles/rails-6.1.gemfile +++ b/gemfiles/rails-6.1.gemfile @@ -1,11 +1,11 @@ # rubocop:todo all source 'https://rubygems.org' -gem 'actionpack', '~> 6.1' -gem 'activemodel', '~> 6.1' +gem 'actionpack', '~> 6.1.0' +gem 'activemodel', '~> 6.1.0' group :test do - gem 'activejob', '~> 6.1' + gem 'activejob', '~> 6.1.0' end gemspec path: '..' diff --git a/gemfiles/rails-7.0.gemfile b/gemfiles/rails-7.0.gemfile index 5afbe8c57a..52cc99dfee 100644 --- a/gemfiles/rails-7.0.gemfile +++ b/gemfiles/rails-7.0.gemfile @@ -1,11 +1,11 @@ # rubocop:todo all source 'https://rubygems.org' -gem 'actionpack', '~> 7.0' -gem 'activemodel', '~> 7.0' +gem 'actionpack', '~> 7.0.0' +gem 'activemodel', '~> 7.0.0' group :test do - gem 'activejob', '~> 7.0' + gem 'activejob', '~> 7.0.0' end gemspec path: '..' diff --git a/gemfiles/rails-7.1.gemfile b/gemfiles/rails-7.1.gemfile index 3019a83ef3..992dab302d 100644 --- a/gemfiles/rails-7.1.gemfile +++ b/gemfiles/rails-7.1.gemfile @@ -1,11 +1,11 @@ # rubocop:todo all source 'https://rubygems.org' -gem 'actionpack', '~> 7.1' -gem 'activemodel', '~> 7.1' +gem 'actionpack', '~> 7.1.0' +gem 'activemodel', '~> 7.1.0' group :test do - gem 'activejob', '~> 7.1' + gem 'activejob', '~> 7.1.0' end gemspec path: '..' diff --git a/gemfiles/rails-7.2.gemfile b/gemfiles/rails-7.2.gemfile index 8319573653..968cfd243b 100644 --- a/gemfiles/rails-7.2.gemfile +++ b/gemfiles/rails-7.2.gemfile @@ -1,11 +1,11 @@ # rubocop:todo all source 'https://rubygems.org' -gem 'actionpack', '~> 7.2' -gem 'activemodel', '~> 7.2' +gem 'actionpack', '~> 7.2.0' +gem 'activemodel', '~> 7.2.0' group :test do - gem 'activejob', '~> 7.2' + gem 'activejob', '~> 7.2.0' end gemspec path: '..' diff --git a/gemfiles/rails-8.0.gemfile b/gemfiles/rails-8.0.gemfile index 8ae63613bc..2c8fad9880 100644 --- a/gemfiles/rails-8.0.gemfile +++ b/gemfiles/rails-8.0.gemfile @@ -1,11 +1,11 @@ # rubocop:todo all source 'https://rubygems.org' -gem 'actionpack', '8.0.0.rc2' -gem 'activemodel', '8.0.0.rc2' +gem 'actionpack', '~> 8.0.0' +gem 'activemodel', '~> 8.0.0' group :test do - gem 'activejob', '8.0.0.rc2' + gem 'activejob', '~> 8.0.0' end gemspec path: '..'