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

Gem does not exist in RubyGems #5

Open
Yanchek99 opened this issue Apr 22, 2017 · 6 comments
Open

Gem does not exist in RubyGems #5

Yanchek99 opened this issue Apr 22, 2017 · 6 comments

Comments

@Yanchek99
Copy link

source 'https://rubygems.org'

gem 'select2-rails'
gem 'select2-foundation'

Running bundle install yields the following error

Could not find gem 'select2-foundation' in any of the gem sources listed in your Gemfile.

@zflat
Copy link
Owner

zflat commented Apr 27, 2017

@Yanchek99 I have not published this gem on RubyGems so you can specify the gem location with the git option

source 'https://rubygems.org

gem 'select2-rails'
gem 'select2-foundation', :git => 'https://github.com/zflat/select2-foundation'

@pmackay
Copy link

pmackay commented Feb 21, 2018

Would be great if a gem release could be made :)

@zflat
Copy link
Owner

zflat commented Mar 6, 2018

@pmackay
Copy link

pmackay commented Mar 6, 2018

Much obliged @zflat :-)

@pmackay
Copy link

pmackay commented Mar 6, 2018

@zflat slight problem here. If I try to use the gem, I'm stuck because I'm using foundation-rails 6.4, but this gem has s.add_dependency "foundation-rails", "~> 5". That suggests it wont go up to 6. Is Foundation 6 not supported? I'm not really sure what ~> 5 means because I thought the ~> was for allowing different minor/patch versions under a major version.

@zflat
Copy link
Owner

zflat commented Mar 7, 2018

@pmackay sorry about that. Should be fixed in b4ef957

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