bundle outdated [--filter-major|--filter-minor|--filter-patch] Example output for bundle outdated --filter-major Other examples
Calling bundle update GEMNAME will update a lot more gems than you think. E.g. when you do this: bundle update cucumber-rails ... you might think this will only...
Bundler >= 1.14 has a --conservative flag. Using the conservative flag allows bundle update GEM to update the version of GEM, but prevents Bundler from updating the versions of...
It most cases it's not necessary to add a version constraint next to your gems in the Gemfile. Since...
...Deal with the pain Update the next gem It's also advisable to only update gems for a good reason (security fixes, new features you want), unless you like pain...
...to conflicting gem versions due to conflicting dependencies. You might have to update (bundle update [gem names]) the necessary gems first or find a compatible gem version(s) setup by...
Bundler so far ignored the version specified under BUNDLED_WITH in the Gemfile.lock. This had two annoying consequences:
To update your Rubygems to the latest available version, type the following: gem update --system Note that you have a...
At makandra, we've built a few gems over the years. Some of these are quite popular: spreewald (> 1M downloads...
A recent patch level Ruby update caused troubles to some of us as applications started to complain about incompatible gem...
When attempting to update RubyGems, depending on updates your previously performed, you might run into an error ERROR: While executing...
Firefox 5.0.1, which we were using for most Rails 2.3 projects, does not run on Ubuntu 14.04 any more. Here...
When you get an error like this: Invalid gemspec in [/opt/www/foo-project.makandra.de/shared/bundle/ruby/1.8/specifications/carrierwave-0.6.2.gemspec]: Illformed requirement ["# 1.1.4"] ... the machine's Rubygems needs to...
Install the latest bundler version: gem install bundler Fetching bundler-2.3.5.gem Successfully installed bundler-2.3.5 1 gem installed Update the bundler...
You need to update a lof gems. Make sure you don't have any version constraints in your...
Until May 2011 our gems have been created with Jeweler, which is a helper library to package code into a...
You'll need openssl-3 or newer for servers running 22.04 Ruby version 3.1 uses by default the gem openssl...
Running gem update --system will install the latest version of RubyGems. However the latest version might not be compatible with...
TL;DR: Update the 'net-ssh' gem by adding to your Gemfile: gem 'net-ssh', '=2.9.1' Now run bundle update...
Since May 2011 we are cutting new gems using Bundler, which is less painful than cutting gems using Jeweler. You...
...use e.g. byebug Remove gem oniguruma Remove gem fastercsv Replace gem mysql with mysql2 Update gem capistrano 2.12.0 to ~>2.12 when bound for Ruby 1.8.7 and remove obsolete explicite Gemfile...
...entries for net-scp and net-ssh if present. Update gem andand Update gem parallel_tests (0.8.x to 1.6.x) Downdgrade database_cleaner from 1.4.x to 1.2.0
Sometimes you want one distinct version of RubyGems to be installed to replicate the same behavior across multiple servers.
Update RubyGems and Passenger Bundler requires Rubygems >= 1.3.6. Run gem update --system if you have an older version.
You can install rubygems 3.0.8 (released on February 18, 2020) to keep all the Gem::Specification#rubyforge_project deprecation warnings...
The nokogiri gem provides different packages for several platforms. Each platform-specific variant ships pre-built binaries of libxml2, e.g...