diff options
| -rw-r--r-- | Gemfile | 4 | ||||
| -rw-r--r-- | Gemfile.lock | 26 | 
2 files changed, 15 insertions, 15 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' diff --git a/Gemfile.lock b/Gemfile.lock index ba8339d7d..4e3c76690 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@  GIT -  remote: git@github.com:af83/has_array_of.git +  remote: https://github.com/af83/has_array_of.git    revision: a6439d93291c7a1ca224ea95a8d39ed101e2f05f    specs:      has_array_of (0.0.1) @@ -8,28 +8,28 @@ GIT        railties (>= 4.0)  GIT -  remote: git@github.com:af83/stif-codifline-api.git -  revision: c0efb26bf202e0770348bdac060b14c28e575ac2 +  remote: https://github.com/af83/language_engine.git +  revision: c4d7d5af781b55c1df4806c3960caf3c22f1ee96 +  specs: +    language_engine (0.0.7) +      rails (~> 4.2) + +GIT +  remote: https://github.com/af83/stif-codifline-api.git +  revision: a02384e2e50e7530b31ff28ad6c6cc925edf11e1    specs:      codifligne (0.0.2) -      nokogiri (>= 1.7.2) +      nokogiri (>= 1.8.2)  GIT -  remote: git@github.com:af83/stif-reflex-api.git -  revision: 7edaeddd971a1ed366bf6def1513bf8808ab2d1d +  remote: https://github.com/af83/stif-reflex-api.git +  revision: 102a1d9e04dc65cbd3e61d9d485032a7529b4cd2    specs:      reflex (0.0.2)        nokogiri (>= 1.7.2)        ruby-filemagic  GIT -  remote: https://github.com/af83/language_engine.git -  revision: c4d7d5af781b55c1df4806c3960caf3c22f1ee96 -  specs: -    language_engine (0.0.7) -      rails (~> 4.2) - -GIT    remote: https://github.com/af83/whenever.git    revision: b7963381a11243affe4f35881c85be0710f434e3    specs: | 
