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

Cannot update to version 0.1.7 #48

Closed
IamNaN opened this issue Jul 30, 2012 · 1 comment
Closed

Cannot update to version 0.1.7 #48

IamNaN opened this issue Jul 30, 2012 · 1 comment

Comments

@IamNaN
Copy link

IamNaN commented Jul 30, 2012

In a rails 3.2.7 app running on ruby 1.9.3p194, I have gem 'acts_as_list', git: 'git://github.com/swanandp/acts_as_list.git' in the Gemfile.

Running bundle outdated tells me:

  Outdated gems included in the bundle:
    * acts_as_list (0.1.7 > 0.1.6 caa41b9)
    ...snip...

Running bundle update does not update the version to 0.1.7. To be thorough, I have performed these steps:

  • removed acts_as_list from my Gemfile
  • run bundle install
  • run gem uninstall acts_as_list
  • added gem 'acts_as_list', git: 'git://github.com/swanandp/acts_as_list.git' back into the Gemfile
  • re-run bundle install

I continue to get 0.1.6 version and the warning that it is outdated.

@swanandp
Copy link
Contributor

swanandp commented Aug 9, 2012

Can you try using just gem 'acts_as_list'. I have released the gem to the rubygems repository.

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