Skip to content

Commit

Permalink
Merge pull request #392 from samvera/allow_rails_7.2
Browse files Browse the repository at this point in the history
allow and test with Rails 7.2
  • Loading branch information
jrochkind authored Aug 20, 2024
2 parents 9458a34 + f75bc40 commit 3a80463
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ workflows:
ci:
jobs:
# Ruby 3.3
- bundle_and_test:
name: "ruby3-3_rails7-2"
ruby_version: 3.3.3
rails_version: 7.2.0
- bundle_and_test:
name: "ruby3-3_rails7-1"
ruby_version: 3.3.0
Expand Down Expand Up @@ -161,6 +165,10 @@ workflows:

jobs:
# Ruby 3.3
- bundle_and_test:
name: "ruby3-3_rails7-2"
ruby_version: 3.3.3
rails_version: 7.2.0
- bundle_and_test:
name: "ruby3-3_rails7-1"
ruby_version: 3.3.0
Expand Down Expand Up @@ -253,4 +261,4 @@ workflows:
- bundle_and_test:
name: "ruby2-5_rails5-1"
ruby_version: 2.5.9
rails_version: 5.1.7
rails_version: 5.1.7
2 changes: 1 addition & 1 deletion qa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_dependency 'geocoder'
s.add_dependency 'ldpath'
s.add_dependency 'nokogiri', '~> 1.6'
s.add_dependency 'rails', '>=5.0', "< 7.2"
s.add_dependency 'rails', '>=5.0', "< 8.0"
s.add_dependency 'rdf'

# the hyrax style guide is based on `bixby`. see `.rubocop.yml`
Expand Down

0 comments on commit 3a80463

Please sign in to comment.