xelkano / redmine_xapian

This plugin allows searches across attachments with xapian search engine
GNU General Public License v2.0
54 stars 26 forks source link

fix bundle install failure #108

Closed keineahnung2345 closed 3 years ago

keineahnung2345 commented 3 years ago

When running bundle install, I got:

Your Gemfile has no gem server sources. If you need gems that are not already on your machine, add a line like this to your Gemfile:
source 'https://rubygems.org'
Could not find concurrent-ruby-1.1.5 in any of the sources

And the issue is solved by this PR.