-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundle install fetch error. Update source of gem 'erector' and 'git' #121
Comments
|
diff --git a/Gemfile.d/authentication.rb b/Gemfile.d/authentication.rb
index 644fdd9..33e8805 100644
--- a/Gemfile.d/authentication.rb
+++ b/Gemfile.d/authentication.rb
@@ -13,5 +13,5 @@
# limitations under the License.
conditionally('authentication.strategy', 'ldap') do
- gem 'net-ldap', github: 'ruby-ldap/ruby-net-ldap', require: 'net/ldap'
+ gem 'net-ldap', git: 'https://github.com/ruby-ldap/ruby-net-ldap.git', require: 'net/ldap'
end |
https://github.com/schacon/ruby-git.git does not have Git::Base#blame, which causes
RISCfuture/ruby-git no longer exists, but https://github.com/sandbender/ruby-git has this method. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change source of gem
erector gem
old - git://github.com/RISCfuture/erector.git
new - git://github.com:RISCfuture/erector.git
ruby-git
git
old - git://github.com/RISCfuture/ruby-git.git
new - git://github.com:RISCfuture/ruby-git.git
The text was updated successfully, but these errors were encountered: