aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/active_record_master.rb
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-07-12 10:36:57 +0000
committerAbdelkader Boudih <terminale@gmail.com>2014-07-12 10:36:57 +0000
commitd966ee0eca39d21faa58c5e3a158e40c2079fe03 (patch)
treea229bfd4cde30d8d21728dc83aa35fb35f542194 /guides/bug_report_templates/active_record_master.rb
parent46d2a517a43b6707927b6d712ae317e6960ece61 (diff)
downloadrails-d966ee0eca39d21faa58c5e3a158e40c2079fe03.tar.gz
rails-d966ee0eca39d21faa58c5e3a158e40c2079fe03.tar.bz2
rails-d966ee0eca39d21faa58c5e3a158e40c2079fe03.zip
[Bug report templates] Added rack master to the Gemfile
Diffstat (limited to 'guides/bug_report_templates/active_record_master.rb')
-rw-r--r--guides/bug_report_templates/active_record_master.rb1
1 files changed, 1 insertions, 0 deletions
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