From d966ee0eca39d21faa58c5e3a158e40c2079fe03 Mon Sep 17 00:00:00 2001 From: Abdelkader Boudih Date: Sat, 12 Jul 2014 10:36:57 +0000 Subject: [Bug report templates] Added rack master to the Gemfile --- guides/bug_report_templates/action_controller_master.rb | 1 + guides/bug_report_templates/active_record_master.rb | 1 + 2 files changed, 2 insertions(+) (limited to 'guides/bug_report_templates') diff --git a/guides/bug_report_templates/action_controller_master.rb b/guides/bug_report_templates/action_controller_master.rb index a027d6b169..9faa2c5805 100644 --- a/guides/bug_report_templates/action_controller_master.rb +++ b/guides/bug_report_templates/action_controller_master.rb @@ -3,6 +3,7 @@ unless File.exist?('Gemfile') source 'https://rubygems.org' gem 'rails', github: 'rails/rails' gem 'arel', github: 'rails/arel' + gem 'rack', github: 'rack/rack' GEMFILE system 'bundle' diff --git a/guides/bug_report_templates/active_record_master.rb b/guides/bug_report_templates/active_record_master.rb index d95354e12d..b4b983f2e7 100644 --- a/guides/bug_report_templates/active_record_master.rb +++ b/guides/bug_report_templates/active_record_master.rb @@ -3,6 +3,7 @@ unless File.exist?('Gemfile') source 'https://rubygems.org' gem 'rails', github: 'rails/rails' gem 'arel', github: 'rails/arel' + gem 'rack', github: 'rack/rack' gem 'sqlite3' GEMFILE -- cgit v1.2.3