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

Change bundler dependency from ~>1.0.0 to ~>1.0 #20

Closed
gthiruva opened this issue Nov 8, 2011 · 1 comment
Closed

Change bundler dependency from ~>1.0.0 to ~>1.0 #20

gthiruva opened this issue Nov 8, 2011 · 1 comment

Comments

@gthiruva
Copy link

gthiruva commented Nov 8, 2011

The bundler dependency needs to be updated to play nicely with the forthcoming bundler 1.1. Actually, I'm not sure if bundler even needs to be a dependency for this project. So maybe, the line can just be taken out entirely.

$ gem dependency -R bundler
Gem bundler-1.0.21
  ronn (>= 0, development)
  rspec (>= 0, development)
  Used by
    Ascii85-1.0.1 (bundler (>= 1.0.0, development))
    acts_as_list-0.1.4 (bundler (~> 1.0.0, development))
    rails-3.1.1 (bundler (~> 1.0))
    thor-0.14.6 (bundler (~> 1.0, development))

Gem bundler-1.1.rc
  ronn (>= 0, development)
  rspec (~> 2.0, development)
  Used by
    Ascii85-1.0.1 (bundler (>= 1.0.0, development))
    rails-3.1.1 (bundler (~> 1.0))
    thor-0.14.6 (bundler (~> 1.0, development))
@swanandp
Copy link
Collaborator

Bundler is being used for gem build and push tasks (Bundler::GemHelper.install_tasks) . Its a development dependency. And given the ubiquitousness of Bundler, I am prepared to keep it as a dependency without worrying about its versions.

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

2 participants