Today I Learned

hashrocket A Hashrocket project

Use older version of bundler

When working with older ruby applications you might need to use an older version of bundler. You can references different versions with the first argument:

$ cd old-project
$ bundle install
Bundler could not find compatible versions for gem "bundler":
...
$ bundle _1.17.3_ install
See More #ruby TILs
Looking for help? Each developer at Hashrocket has years of experience working with Ruby applications of all types and sizes. We're an active presence at Ruby conferences, have written some of the most popular gems, and have worked on many of the web's Ruby on Rails success stories. Contact us today to talk about your Ruby project.