aboutsummaryrefslogtreecommitdiffstats
path: root/guides/bug_report_templates/generic_master.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-02-18 15:35:45 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-02-18 15:35:45 -0200
commit454bc1deab3b60f6b4cbe36227471ed40f4c38f9 (patch)
treed9100d53a8c7bdf1af9ff28e573b4ff15108e17d /guides/bug_report_templates/generic_master.rb
parent3bd9fe1708018e4e82f5d836cc6e047d9d9b5b55 (diff)
downloadrails-454bc1deab3b60f6b4cbe36227471ed40f4c38f9.tar.gz
rails-454bc1deab3b60f6b4cbe36227471ed40f4c38f9.tar.bz2
rails-454bc1deab3b60f6b4cbe36227471ed40f4c38f9.zip
Remove github gems from the master bug report templates
All gems are released now so we don't need to ask the github repository for these gems anymore.
Diffstat (limited to 'guides/bug_report_templates/generic_master.rb')
-rw-r--r--guides/bug_report_templates/generic_master.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/guides/bug_report_templates/generic_master.rb b/guides/bug_report_templates/generic_master.rb
index fcc90fa503..70cf931f34 100644
--- a/guides/bug_report_templates/generic_master.rb
+++ b/guides/bug_report_templates/generic_master.rb
@@ -8,11 +8,6 @@ end
gemfile(true) do
source 'https://rubygems.org'
gem 'rails', github: 'rails/rails'
- gem 'arel', github: 'rails/arel'
- gem 'rack', github: 'rack/rack'
- gem 'sprockets', github: 'rails/sprockets'
- gem 'sprockets-rails', github: 'rails/sprockets-rails'
- gem 'sass-rails', github: 'rails/sass-rails'
end
require 'active_support'