forked from alexch/codelikethis
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello,
In most cases that means something is wrong with your current Bundler setup and we can't fix it automatically:
• Error details:
Bundler Error: [!] There was an error while loading `wrong-java.gemspec`: cannot load such file -- /tmp/d20241023-46008-nfjnq9/ruby/3.3.0/bundler/gems/wrong-9fae5b82b370/(eval at /tmp/d20241023-46008-nfjnq9/ruby/3.3.0/bundler/gems/wrong-9fae5b82b370/lib/wrong/version.rb
Does it try to require a relative path? That's been removed in Ruby 1.9. Bundler cannot continue.
# from (eval at /tmp/d20241023-46008-nfjnq9/ruby/3.3.0/bundler/gems/wrong-9fae5b82b370/wrong-java.gemspec:2):2
# -------------------------------------------
# # -*- encoding: utf-8 -*-
> loaded_gemspec = eval(File.read(File.expand_path('../wrong.gemspec', __FILE__)))
# loaded_gemspec.platform = "java"
# -------------------------------------------
• Error details:
Bundler Error: [!] There was an error while loading `wrong-java.gemspec`: cannot load such file -- /tmp/d20241023-6938-hnei0e/ruby/3.3.0/bundler/gems/wrong-9fae5b82b370/(eval at /tmp/d20241023-6938-hnei0e/ruby/3.3.0/bundler/gems/wrong-9fae5b82b370/lib/wrong/version.rb
Does it try to require a relative path? That's been removed in Ruby 1.9. Bundler cannot continue.
# from (eval at /tmp/d20241023-6938-hnei0e/ruby/3.3.0/bundler/gems/wrong-9fae5b82b370/wrong-java.gemspec:2):2
# -------------------------------------------
# # -*- encoding: utf-8 -*-
> loaded_gemspec = eval(File.read(File.expand_path('../wrong.gemspec', __FILE__)))
# loaded_gemspec.platform = "java"
# -------------------------------------------
• Error details:
Bundler Error: [!] There was an error while loading `wrong-java.gemspec`: cannot load such file -- /tmp/d20241023-68066-eshz3q/ruby/3.3.0/bundler/gems/wrong-9fae5b82b370/(eval at /tmp/d20241023-68066-eshz3q/ruby/3.3.0/bundler/gems/wrong-9fae5b82b370/lib/wrong/version.rb
Does it try to require a relative path? That's been removed in Ruby 1.9. Bundler cannot continue.
# from (eval at /tmp/d20241023-68066-eshz3q/ruby/3.3.0/bundler/gems/wrong-9fae5b82b370/wrong-java.gemspec:2):2
# -------------------------------------------
# # -*- encoding: utf-8 -*-
> loaded_gemspec = eval(File.read(File.expand_path('../wrong.gemspec', __FILE__)))
# loaded_gemspec.platform = "java"
# -------------------------------------------
After you've fixed the problem, please activate this project again in the Depfu Dashboard.
👉 We will not send you further PRs until this is fixed and the repo is activated again.
If you need help or this looks like an error on our side, please send us an email.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels