aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_job_master.rb
diff options
context:
space:
mode:
Diffstat (limited to 'guides/bug_report_templates/active_job_master.rb')
-rw-r--r--guides/bug_report_templates/active_job_master.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/guides/bug_report_templates/active_job_master.rb b/guides/bug_report_templates/active_job_master.rb
index 7591470440..36d9137b71 100644
--- a/guides/bug_report_templates/active_job_master.rb
+++ b/guides/bug_report_templates/active_job_master.rb
@@ -1,3 +1,7 @@
+# frozen_string_literal: true
+
+gem "bundler", "< 1.16"
+
begin
require "bundler/inline"
rescue LoadError => e
@@ -7,6 +11,9 @@ end
gemfile(true) do
source "https://rubygems.org"
+
+ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
+
gem "rails", github: "rails/rails"
gem "arel", github: "rails/arel"
end