aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_migrations_master.rb
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-11-03 22:42:42 +0900
committerGitHub <noreply@github.com>2017-11-03 22:42:42 +0900
commit015239a729d7a247278659e7aa1116a3eddc1dc7 (patch)
treeb286efe90db103ff7b4b804157d787acfe957716 /guides/bug_report_templates/active_record_migrations_master.rb
parentc3db9297c8886c404eddef806f40a6cb31c898c3 (diff)
parentb106242f52272c4a5ced7a0e9d1dcb1b50542501 (diff)
downloadrails-015239a729d7a247278659e7aa1116a3eddc1dc7.tar.gz
rails-015239a729d7a247278659e7aa1116a3eddc1dc7.tar.bz2
rails-015239a729d7a247278659e7aa1116a3eddc1dc7.zip
Merge pull request #31039 from y-yagi/fix_guides_build
Fix guides build
Diffstat (limited to 'guides/bug_report_templates/active_record_migrations_master.rb')
-rw-r--r--guides/bug_report_templates/active_record_migrations_master.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/bug_report_templates/active_record_migrations_master.rb b/guides/bug_report_templates/active_record_migrations_master.rb
index fce8d1d848..737ce66d7b 100644
--- a/guides/bug_report_templates/active_record_migrations_master.rb
+++ b/guides/bug_report_templates/active_record_migrations_master.rb
@@ -1,5 +1,7 @@
# frozen_string_literal: true
+gem "bundler", "< 1.16"
+
begin
require "bundler/inline"
rescue LoadError => e