Skip to content

Commit

Permalink
Merge pull request #123 from samvera/rails_7-2
Browse files Browse the repository at this point in the history
Add ruby 3.3 and rails 7.2 to circleci
  • Loading branch information
masaball authored Aug 22, 2024
2 parents 7373e85 + 2eaf7e9 commit 2ba44c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,23 @@ workflows:
ci:
jobs:
- bundle_and_test:
name: ruby3-3_rails7-1
name: ruby3-3_rails7-2
ruby_version: 3.3.0
rails_version: 7.1.3
rails_version: 7.2.0
- bundle_and_test:
name: ruby3-2_rails7-1
name: ruby3-2_rails7-2
ruby_version: 3.2.3
rails_version: 7.1.3
rails_version: 7.2.0

- bundle_and_test:
name: ruby3-3_rails7-1
ruby_version: 3.3.0
rails_version: 7.1.3
- bundle_and_test:
name: ruby3-2_rails7-1
ruby_version: 3.2.3
rails_version: 7.1.3

- bundle_and_test:
name: ruby3-3_rails7-0
ruby_version: 3.3.0
Expand Down
2 changes: 1 addition & 1 deletion noid-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.metadata = { "rubygems_mfa_required" => "true" }

spec.add_dependency 'actionpack', '>= 5.0.0', '< 7.2'
spec.add_dependency 'actionpack', '>= 5.0.0', '< 8'
spec.add_dependency 'noid', '~> 0.9'

spec.add_development_dependency 'bixby', '~> 5.0.0'
Expand Down

0 comments on commit 2ba44c8

Please sign in to comment.