Skip to content

Commit

Permalink
Use the latest version of Rails 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed May 12, 2017
1 parent 1173a00 commit 3a29071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- "RAILS_VERSION=5.0.2"
- "RAILS_VERSION=5.0.3"
services:
- redis-server
before_script:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -121,7 +121,7 @@ We recommend the latest Rails 5.0 release.

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

### JavaScript runtime
Expand All @@ -137,7 +137,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.2_ new my_app -m https://raw.githubusercontent.com/projecthydra-labs/hyrax/master/template.rb
rails _5.0.3_ new my_app -m https://raw.githubusercontent.com/projecthydra-labs/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 3a29071

Please sign in to comment.