Merge pull request #795 from middleman/deprecate-gemfile-symbol
Bundler advises not to use a source symbol anymore
This commit is contained in:
commit
45905f2599
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,4 +1,4 @@
|
|||
source :rubygems
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# Build and doc tools
|
||||
gem "rake", "~> 10.0.3"
|
||||
|
|
Loading…
Reference in a new issue