shedd / duckpan-vagrant

Vagrant + Chef virtual development environment for DuckDuckGo (http://duckduckhack.com)
Apache License 2.0
5 stars 5 forks source link

ridley's version locked at 1.5.3 #30

Closed zsan closed 9 years ago

zsan commented 9 years ago

Hi,

I ran bundle install and then i found:

The bundle currently has ridley locked at 1.5.3.

I opened Gemfile and i saw

gem 'ridley', '~> 1.7.1'

I think you need to update your Gemfile.lock to the repository.

mikedep333 commented 9 years ago

Hi @zsan . Thanks for reporting this.

After #28 is merged, I will remove the Gemfile in the repo and mark this as closed. There is no longer any reason to run gem or bundle commands because Vagrant now manages the gems for its plugins.

shedd commented 9 years ago

fix pending merge: https://github.com/shedd/duckpan-vagrant/pull/32

mikedep333 commented 9 years ago

Fixed. #32 was merged.