Skip to content

Commit

Permalink
Merge 65adb7a into 53ea228
Browse files Browse the repository at this point in the history
  • Loading branch information
daveharris committed Mar 2, 2020
2 parents 53ea228 + 65adb7a commit 305de4c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -15,7 +15,7 @@ Take a look at <https://rubygems.org/gems/refinerycms> to find the latest versio
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', '~> 3.0.0'
gem 'refinerycms', '~> 4.0.0'
```

Now install the new gems using bundler's update functionality:
Expand All @@ -39,4 +39,4 @@ Database migrations and new gem dependencies may have been added, so finish your
```shell
$ bin/rake db:migrate
$ bundle install
```
```

0 comments on commit 305de4c

Please sign in to comment.