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

bundle update #3

Closed
jankeesvw opened this issue Dec 6, 2013 · 5 comments
Closed

bundle update #3

jankeesvw opened this issue Dec 6, 2013 · 5 comments

Comments

@jankeesvw
Copy link

I get this error when I try to do a bundle update:

Could not find gem 'nkss-rails (>= 0) ruby' in
git://github.com/80beans/nkss-rails.git (at master).
Source does not contain any versions of 'nkss-rails (>= 0) ruby'

I have this entry in my Gemfile, which worked before:

gem 'nkss-rails', github: '80beans/nkss-rails'
@thijsc
Copy link
Member

thijsc commented Dec 6, 2013

We renamed this gem to bkss-rails so we could do a separate gem release, since the owner was not responding. If you use that name, or the gem from rubygems you should be fine.

@thijsc thijsc closed this as completed Dec 6, 2013
@jankeesvw
Copy link
Author

Ah, thanks for the response! Seems to work.

@jankeesvw
Copy link
Author

Now I get another error:

uninitialized constant Nkss
/Users/jankeesvw/Documents/timi/timi/config/routes.rb:104:in `block in <top (required)>'
/Users/jankeesvw/Documents/timi/timi/config/routes.rb:1:in `<top (required)>'
/Users/jankeesvw/Documents/timi/timi/config/environment.rb:5:in `<top (required)>'

The routes.rb section:

mount Nkss::Engine => '/styleguides' unless Rails.env.production?

@jankeesvw
Copy link
Author

It's fixed, sorry ;)

imgres

@suweller
Copy link
Contributor

suweller commented Dec 8, 2013

The owners are biased towards using slim templates in the gem, which imho needlessly increased the number of gem dependencies. Before they change their opinion on that, this fork can not be merged.

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