-
Notifications
You must be signed in to change notification settings - Fork 113
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
Bundler fail #113
Comments
The only difference between gemspecs is stemmer gem: # For :ruby platform
s.add_dependency("fast-stemmer", ["~> 1.0.0"])
# For :jruby platform
s.add_dependency("jruby-stemmer", ["~> 0.0.1"])
|
Merged
@sveredyuk, have you successfully run specs locally for Mongoid 6? I have working |
Actually fixed, the problem with JRuby is in #118 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I clone the source and just run
bundle install
, I get the following:Gemspec name and gem name inside it are different. Is it my local issue or this JRuby dependenies gemspec requires some workaround?
UPD: Travis fails with another error:
The text was updated successfully, but these errors were encountered: