Skip to content

Commit

Permalink
Merge pull request #504 from LD4P/update_rails
Browse files Browse the repository at this point in the history
Update Rails dependency; bump to v8.0.0
  • Loading branch information
Baroquem authored Nov 10, 2023
2 parents 3d4766d + 174e7bf commit af1f650
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 8.0.0 (2023-11-01)
* Update Rails dependency to 7.0

### 7.9.2 (2021-06-10)

* fix: only check for dogear if status is a Hash
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This rails engine can be installed into your app to serve as a Questioning Autho

Tested with...

* Ruby 2.4.3
* Rails 5.1.6
* Ruby 3.1.2
* Rails 7.0.8

### Optional Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion lib/qa_server/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module QaServer
VERSION = '7.9.2'
VERSION = '8.0.0'
end
2 changes: 1 addition & 1 deletion qa_server.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
# Note: rails does not follow sem-ver conventions, it's
# minor version releases can include breaking changes; see
# http://guides.rubyonrails.org/maintenance_policy.html
spec.add_dependency 'rails', '~> 5.2', '>= 5.2.5' # v5.2.5 required to address mimemagic gem yank
spec.add_dependency 'rails', '~> 7.0'
spec.add_dependency 'useragent'

# Required gems for QA and linked data access
Expand Down

0 comments on commit af1f650

Please sign in to comment.