mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[Bug report templates] Added rack master to the Gemfile
This commit is contained in:
parent
46d2a517a4
commit
d966ee0eca
2 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue