Skip to content
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

Could not find gem 'rubyXL (= 3.3.29) java' with aspace-import-excel v3.0.4 on AS 2.8.1 #65

Open
ccc2lu opened this issue May 4, 2021 · 2 comments

Comments

@ccc2lu
Copy link

ccc2lu commented May 4, 2021

I saw another person had this issue with AS 2.6.0 and an earlier version of the plugin. I'm seeing it now with AS 2.8.1 and the latest stable release of the plugin. Anyone have a fix I can try? I did run scripts/initialize-plugin.sh aspace-import-excel (though the documentation says I shouldn't have to anymore) but it made no difference.

@seanlw
Copy link

seanlw commented Jun 22, 2021

I see this same issue with AS 3.0.1

@rcarsey1
Copy link

rcarsey1 commented Jun 4, 2024

This is not an official solution, but being that there's been no action on this in 3 years.... (this is with plugin v3.0.4 and AS v3.5.0)

If you see an error like this:

WARNING: ERROR: initialization failed
org.jruby.rack.RackInitializationException:
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: rubyXL (~> 3.4, >= 3.4.9) and rubyXL (= 3.3.29). Bundler cannot continue.

Then you can maybe modify the aspace-import-excel's Gemfile and change the rubyXL version requirements to read:
gem 'rubyXL', '~> 3.4', '>= 3.4.9', :require => false

Which means use version 3.4.9 or higher, but only as high as 3.4.xxx (not 3.5 or higher).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants