We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to add this component https://github.com/Nelrohd/bootstrap-dropdown-checkbox to Rails Assets and I get the following error:
rake aborted! Bundler::GemspecError: There was a Gem::Requirement::BadRequirementError while loading rails-assets-bootstrap-dropdown-checkbox.gemspec: Illformed requirement ["."] from /tmp/d20180731-15914-1fd9gbu/rails-assets-bootstrap-dropdown-checkbox.gemspec:17:in `block in <main>' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler.rb:407:in `rescue in eval_gemspec' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler.rb:395:in `eval_gemspec' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler.rb:362:in `block in load_gemspec_uncached' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/shared_helpers.rb:54:in `chdir' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/shared_helpers.rb:54:in `block in chdir' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/shared_helpers.rb:53:in `chdir' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler.rb:357:in `load_gemspec_uncached' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler.rb:347:in `load_gemspec' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/gem_helper.rb:32:in `initialize' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/gem_helper.rb:14:in `new' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/gem_helper.rb:14:in `install_tasks' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/gem_tasks.rb:6:in `<top (required)>' /tmp/d20180731-15914-1fd9gbu/Rakefile:1:in `require' /tmp/d20180731-15914-1fd9gbu/Rakefile:1:in `<top (required)>' Gem::Requirement::BadRequirementError: Illformed requirement ["."] /tmp/d20180731-15914-1fd9gbu/rails-assets-bootstrap-dropdown-checkbox.gemspec:17:in `block in <main>' /tmp/d20180731-15914-1fd9gbu/rails-assets-bootstrap-dropdown-checkbox.gemspec:6:in `new' /tmp/d20180731-15914-1fd9gbu/rails-assets-bootstrap-dropdown-checkbox.gemspec:6:in `<main>' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler.rb:395:in `eval' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler.rb:395:in `eval_gemspec' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler.rb:362:in `block in load_gemspec_uncached' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/shared_helpers.rb:54:in `chdir' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/shared_helpers.rb:54:in `block in chdir' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/shared_helpers.rb:53:in `chdir' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler.rb:357:in `load_gemspec_uncached' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler.rb:347:in `load_gemspec' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/gem_helper.rb:32:in `initialize' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/gem_helper.rb:14:in `new' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/gem_helper.rb:14:in `install_tasks' /usr/local/rvm/gems/ruby-2.2.3/gems/bundler-1.12.5/lib/bundler/gem_tasks.rb:6:in `<top (required)>' /tmp/d20180731-15914-1fd9gbu/Rakefile:1:in `require' /tmp/d20180731-15914-1fd9gbu/Rakefile:1:in `<top (required)>' (See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to add this component https://github.com/Nelrohd/bootstrap-dropdown-checkbox to Rails Assets and I get the following error:
The text was updated successfully, but these errors were encountered: