diff options
| author | Alban Peignier | 2018-03-26 11:49:34 +0200 |
|---|---|---|
| committer | Alban Peignier | 2018-03-26 11:49:34 +0200 |
| commit | 6ec08d613a49fc3df5665bd1aec5d661e36651bf (patch) | |
| tree | b5201a6ad821d3faf23a587916b8197cfc1cdaed /Gemfile | |
| parent | c2a288a9d9db99ce06eb963246fc5e760cfb831d (diff) | |
| download | chouette-core-6ec08d613a49fc3df5665bd1aec5d661e36651bf.tar.bz2 | |
Use public URLs for af83 gems. Refs #6047
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ source 'https://rubygems.org' # Use https for github git_source(:github) { |name| "https://github.com/#{name}.git" } -git_source(:af83) { |name| "git@github.com:af83/#{name}.git" } +git_source(:af83) { |name| "https://github.com/af83/#{name}.git" } # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 4.2.8' @@ -90,7 +90,7 @@ gem 'georuby', '2.3.0' # Fix version for georuby-ext because api has changed gem 'mimemagic' # User interface -gem 'language_engine', github: 'af83/language_engine' +gem 'language_engine', af83: 'language_engine' gem 'calendar_helper', '0.2.5' gem 'cocoon' gem 'slim-rails', '~> 3.1' |
