Skip to content

Commit

Permalink
allow and test on Rails 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Aug 19, 2024
1 parent 3214d55 commit 04a4d75
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
               ---
version: 2.1
orbs:
samvera: samvera/[email protected]
Expand Down Expand Up @@ -45,6 +45,12 @@ jobs:
workflows:
ci:
jobs:
- build:
name: "ruby3-3_rails7-2"
ruby_version: 3.3.3
rails_version: 7.2.0


- build:
name: "ruby3-2_rails7-1"
ruby_version: 3.2.1
Expand Down Expand Up @@ -95,6 +101,11 @@ workflows:
only:
- main
jobs:
- build:
name: "ruby3-3_rails7-2"
ruby_version: 3.3.3
rails_version: 7.2.0

- build:
name: "ruby3-2_rails7-0"
ruby_version: 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion browse-everything.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'dropbox_api', '>= 0.1.20'
spec.add_dependency 'google-apis-drive_v3'
spec.add_dependency 'googleauth', '>= 0.6.6', '< 2.0'
spec.add_dependency 'rails', '>= 4.2', '< 7.2'
spec.add_dependency 'rails', '>= 4.2', '< 8.0'
spec.add_dependency 'ruby-box'
spec.add_dependency 'signet', '~> 0.8'
spec.add_dependency 'typhoeus'
Expand Down

0 comments on commit 04a4d75

Please sign in to comment.