twinslash / redmine_omniauth_google

This plugin is used to authenticate in redmine through Google.
http://www.redmine.org/plugins/redmine_omniauth_google
94 stars 103 forks source link

Use https on Gemfile #37

Open xstasi opened 7 years ago

xstasi commented 7 years ago

Kept like this, it yields an error on newer redmines:

Warning: the gem 'multipart-post' was found in multiple sources.
Installed from: https://rubygems.org/
Also found in:
  * http://rubygems.org/
You should add a source requirement to restrict this gem to your preferred source.
For example:
    gem 'multipart-post', :source => 'https://rubygems.org/'