Skip to content

Commit

Permalink
Merge pull request #1609 from samvera/mjgiarlo-patch-1
Browse files Browse the repository at this point in the history
Update latest Rails 5.0 version in README
  • Loading branch information
jeremyf authored Sep 1, 2017
2 parents a114ecf + 1880acf commit ad5e17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Hyrax requires Rails 5. We recommend the latest Rails 5.0 release.

```
# If you don't already have Rails at your disposal...
gem install rails -v 5.0.3
gem install rails -v 5.0.5
```

### JavaScript runtime
Expand All @@ -159,7 +159,7 @@ NOTE: The steps need to be done in order to create a new Hyrax based app.
Generate a new Rails application using the template.

```
rails _5.0.3_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/master/template.rb
rails _5.0.5_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/master/template.rb
```

Generating a new Rails application using Hyrax's template above takes cares of a number of steps for you, including:
Expand Down

0 comments on commit ad5e17e

Please sign in to comment.