Skip to content

Commit

Permalink
Updated upgrade docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed May 6, 2015
1 parent 85de38f commit 954e33e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 170 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Take a look at "https://rubygems.org/gems/refinerycms":https://rubygems.org/gems
Edit your +Gemfile+ to reference the latest version of Refinery (a later version than the one shown "may exist":https://rubygems.org/gems/refinerycms/versions).

<ruby>
gem 'refinerycms', '~> 2.1.2'
gem 'refinerycms', '~> 3.0.0'
</ruby>

Now install the new gems using bundler's update functionality:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'refinerycms'
With a line that looks like this:

<ruby>
gem 'refinerycms', :git => 'https://github.com/refinery/refinerycms'
gem 'refinerycms', git: 'https://github.com/refinery/refinerycms', branch: 'master'
</ruby>

Now, inside the application's directory, use the refinerycms generator to update your application:
Expand Down

This file was deleted.

0 comments on commit 954e33e

Please sign in to comment.