aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/action_controller_master.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2014-07-12 20:38:13 +0930
committerMatthew Draper <matthew@trebex.net>2014-07-12 20:38:13 +0930
commit073397cf5b2ed525f817d06fb9922c147f136860 (patch)
treea229bfd4cde30d8d21728dc83aa35fb35f542194 /guides/bug_report_templates/action_controller_master.rb
parent46d2a517a43b6707927b6d712ae317e6960ece61 (diff)
parentd966ee0eca39d21faa58c5e3a158e40c2079fe03 (diff)
downloadrails-073397cf5b2ed525f817d06fb9922c147f136860.tar.gz
rails-073397cf5b2ed525f817d06fb9922c147f136860.tar.bz2
rails-073397cf5b2ed525f817d06fb9922c147f136860.zip
Merge pull request #16147 from seuros/templates
[Bug report templates] Added rack master to the Gemfile [ci skip]
Diffstat (limited to 'guides/bug_report_templates/action_controller_master.rb')
-rw-r--r--guides/bug_report_templates/action_controller_master.rb1
1 files changed, 1 insertions, 0 deletions
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'