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
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.
gem 'acts_as_list', git: 'git://github.com/swanandp/acts_as_list.git'
Running bundle outdated tells me:
bundle outdated
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:
bundle update
bundle install
gem uninstall acts_as_list
I continue to get 0.1.6 version and the warning that it is outdated.
The text was updated successfully, but these errors were encountered:
Can you try using just gem 'acts_as_list'. I have released the gem to the rubygems repository.
gem 'acts_as_list'
Sorry, something went wrong.
No branches or pull requests
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:Running
bundle update
does not update the version to 0.1.7. To be thorough, I have performed these steps:bundle install
gem uninstall acts_as_list
gem 'acts_as_list', git: 'git://github.com/swanandp/acts_as_list.git'
back into the Gemfilebundle install
I continue to get 0.1.6 version and the warning that it is outdated.
The text was updated successfully, but these errors were encountered: