ruby - What is the syntax for `gem install` multiple gems, specifying versions for each one? -


How can I use gem install to install several gems at the same time Can I do that version?

Example:

  Install gem akami -v 1.2.0 - Install Ignore-Dependency Gem Atomic-V 1.1.14 - Insertor-Dependencies Mani Aws-s3 -v 0.6.2 Install - Install Ignore-dependents gem Backport - v 3.3.0 - Install anignor-dependencies gem brendanlim-sms-fu -v 1.0.0 - Ignore-dependencies gem installer builder-v 3.1.3 - Install Ignore-dependents gem capistrano -v 2.9.0 --igner-dependency   

How do I execute in a row Can I specify gem install for?


Answers answered accepted questions. But the last approach I took was to use Bundler 1.0.22, which is compatible with Ruby 1.8.6.

With RubyGums 2.0, you can specify a version for many package installers in this way:

  $ gem install akami: 1.2.0 atomic: 1.1.14 a VS-S3: 0.6.2 backports: 3.3.0.0 brendanlim-sms-fu: 1.0.0 Builder: 3.1.3 Cassistrano: 2. 9.0 \ --igner-dependency    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -