Install all dependencies in an authenticated way (https)
git:// is unauthenticated!!!
This commit is contained in:
parent
4f30248a49
commit
897d31e340
4 changed files with 9 additions and 9 deletions
|
|
@ -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'
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue