Use HTTPS to fetch activeadmin gem from GitHub

- This prevents the error which says using 'git://' is not secure.
 - Use HTTPS link instead to fetch the gem
This commit is contained in:
Yedhu Krishnan
2017-01-16 15:36:27 +05:30
parent 36a9badc52
commit 7cea12237f
2 changed files with 27 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc
gem 'pg'
gem 'devise'
gem 'activeadmin', github: 'activeadmin'
gem 'activeadmin', git: 'https://github.com/activeadmin/activeadmin.git'
gem 'rollbar', '~> 2.5.0'
gem 'gcm'
gem 'newrelic_rpm'