Skip to content

Instantly share code, notes, and snippets.

@steelcm
Created May 11, 2012 15:19
Show Gist options
  • Select an option

  • Save steelcm/2660407 to your computer and use it in GitHub Desktop.

Select an option

Save steelcm/2660407 to your computer and use it in GitHub Desktop.

Revisions

  1. steelcm created this gist May 11, 2012.
    8 changes: 8 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # Get latest RubyGem
    $ gem update --system

    # Get latest Ruby
    $ gem update ruby

    # Get latest Rails
    $ gem update rails