You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I clone the source and just run bundle install, I get the following:
[!] There was an error parsing `Gemfile`: There are no gemspecs at /home/rtrv/mongoid_search. Bundler cannot continue.
# from /home/rtrv/mongoid_search/Gemfile:8
# -------------------------------------------
# platforms :jruby do
> gemspec :name => "mongoid_search-java"
# end
# -------------------------------------------
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:
[!] There was an error parsing `Gemfile`: There are multiple gemspecs at /home/travis/build/mongoid/mongoid_search. Please use the :name option to specify which one should be used. Bundler cannot continue.
# from /home/travis/build/mongoid/mongoid_search/Gemfile:4
# -------------------------------------------
# platforms :ruby do
> gemspec :name => "mongoid_search"
# end
# -------------------------------------------
The text was updated successfully, but these errors were encountered:
@sveredyuk, have you successfully run specs locally for Mongoid 6? I have working bundle exec rake for versions 3-5, but for 6 there is a problem with ActiveSupport.
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: