Skip to content

Commit ce86940

Browse files
committed
Update gem bug report templates to 7.1
1 parent 961fc42 commit ce86940

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

guides/bug_report_templates/action_controller_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

1010
# Activate the gem you are reporting the issue against.
11-
gem "rails", "~> 7.0.0"
11+
gem "rails", "~> 7.1.0"
1212
end
1313

1414
require "rack/test"

guides/bug_report_templates/action_mailbox_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

1010
# Activate the gem you are reporting the issue against.
11-
gem "rails", "~> 7.0.0"
11+
gem "rails", "~> 7.1.0"
1212
gem "sqlite3"
1313
end
1414

guides/bug_report_templates/active_job_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

1010
# Activate the gem you are reporting the issue against.
11-
gem "activejob", "~> 7.0.0"
11+
gem "activejob", "~> 7.1.0"
1212
end
1313

1414
require "minitest/autorun"

guides/bug_report_templates/active_record_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

1010
# Activate the gem you are reporting the issue against.
11-
gem "activerecord", "~> 7.0.0"
11+
gem "activerecord", "~> 7.1.0"
1212
gem "sqlite3"
1313
end
1414

guides/bug_report_templates/active_record_migrations_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

1010
# Activate the gem you are reporting the issue against.
11-
gem "activerecord", "~> 7.0.0"
11+
gem "activerecord", "~> 7.1.0"
1212
gem "sqlite3"
1313
end
1414

guides/bug_report_templates/active_storage_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

1010
# Activate the gem you are reporting the issue against.
11-
gem "rails", "~> 7.0.0"
11+
gem "rails", "~> 7.1.0"
1212
gem "sqlite3"
1313
end
1414

guides/bug_report_templates/generic_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

1010
# Activate the gem you are reporting the issue against.
11-
gem "activesupport", "~> 7.0.0"
11+
gem "activesupport", "~> 7.1.0"
1212
end
1313

1414
require "active_support"

0 commit comments

Comments
 (0)