Install all dependencies in an authenticated way (https)

git:// is unauthenticated!!!
This commit is contained in:
Robin Schneider 2017-04-09 19:03:30 +02:00 committed by wvengen
parent 4f30248a49
commit 897d31e340
4 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@ add the following to foodsoft's Gemfile:
```Gemfile
# we use the git version of acts_as_versioned, so this needs to be in foodsoft's Gemfile
gem 'acts_as_versioned', git: 'git://github.com/technoweenie/acts_as_versioned.git'
gem 'acts_as_versioned', git: 'https://github.com/technoweenie/acts_as_versioned.git'
gem 'foodsoft_wiki', path: 'lib/foodsoft_wiki'
```