Skip to content

Commit

Permalink
Merge pull request #4472 from samvera/release-2.9.0
Browse files Browse the repository at this point in the history
prepare release hyrax 2.9.0
  • Loading branch information
jeremyf authored Jul 28, 2020
2 parents 97e330e + 9978a44 commit 7588d78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,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.2.4.3_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.8.0/template.rb
rails _5.2.4.3_ new my_app -m https://raw.githubusercontent.com/samvera/hyrax/v2.9.0/template.rb
```

Generating a new Rails application using Hyrax's template above takes cares of a number of steps for you, including:
Expand Down
2 changes: 1 addition & 1 deletion lib/hyrax/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hyrax
VERSION = '2.8.0'.freeze
VERSION = '2.9.0'.freeze
end
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hack for https://github.com/rails/rails/issues/35153
gsub_file 'Gemfile', /^gem ["']sqlite3["']$/, 'gem "sqlite3", "~> 1.3.0"'
gem 'hyrax', '2.8.0'
gem 'hyrax', '2.9.0'
run 'bundle install'
generate 'hyrax:install', '-f'
rails_command 'db:migrate'
Expand Down

0 comments on commit 7588d78

Please sign in to comment.