Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7830473
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T11:14:47+00:00 2026-06-02T11:14:47+00:00

I updated a gem while I had the Rails server running and now I

  • 0

I updated a gem while I had the Rails server running and now I have two versions of the gem installed in my gemset.

I updated using bundle update bootstrap-sass and now have both 2.0.1 and 2.0.2.

The server seems to be serving up the 2.0.2 version so I assume it should have removed the 2.0.1 version when it did the update and didn’t because the gem was in use at the time.

How can I update it properly so that the server will use 2.0.2 instead of 2.0.1, or how do I remove the 2.0.1 version of the gem?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T11:14:50+00:00Added an answer on June 2, 2026 at 11:14 am

    You can remove a specific version of a gem by using:

    gem uninstall gem_name --version version
    

    To remove bootstrap-sass 2.0.1 use:

    gem uninstall bootstrap-sass --version 2.0.1
    

    Alternately, you could tell bundler to use a particular version, as others have suggested. In your Gemfile to use ONLY version 2.0.2:

    gem 'bootstrap-sass', '2.0.2'
    

    Or

    gem 'bootstrap-sass', '~> 2.0.2'
    

    will use the greatest version higher than 2.0.2 but less than 2.1.

    See "Specifying Versions in a Gemfile" for more information.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using acts_as_audited gem in Ruby it works fine. When I created, updated or
I'm using the event_calendar gem in a rails app. Event_calendar adds the following to
Can you deploy a Rails3 app using Bundler's Gemfile WITHOUT running bundle install ...
I'm using gem 1.3.7 , Ruby 1.9.2, and Rails 3.0.7. Suddenly, when I try
When I run 'rails server' I get the following error: Could not find gem
just ran gem update on a light use server machine that hadn't been updated
Hello, we have recently updated an application to Rails 3.0.4 (3.0.5 on online devel
I am actually running phusion passenger on ubuntu for a while. today i updated
Running gem -v gives: 1.8.11 Running gem update : Updating installed gems Updating actionmailer
I'm working on a gem and have setup my Gemfile (Rails 3.0.9) to download

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.