mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #4684 from rossmeissl/patch-1
Use `:rubygems` shortcut as standard Gemfile's `source` instead of explicit URL
This commit is contained in:
commit
c6efa0d1c7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
source 'https://rubygems.org'
|
||||
source :rubygems
|
||||
|
||||
<%= rails_gemfile_entry -%>
|
||||
|
||||
|
|
Loading…
Reference in a new issue