Skip to content

Commit

Permalink
Merge pull request #36 from ydah/bump5.1.0
Browse files Browse the repository at this point in the history
Bump committee from 5.0.0 to 5.1.0
  • Loading branch information
willnet authored Feb 9, 2024
2 parents 3dbfbde + e039b4c commit e728667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- '2.6'
- '2.7'
- '3.0'
- '3.1'
Expand Down
8 changes: 4 additions & 4 deletions committee-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.add_dependency 'committee', '>= 5.0.0'
spec.add_dependency 'activesupport', '>= 5.1'
spec.add_dependency 'actionpack', '>= 5.1'
spec.add_dependency 'railties', '>= 5.1'
spec.add_dependency 'committee', '>= 5.1.0'
spec.add_dependency 'activesupport', '>= 6.0'
spec.add_dependency 'actionpack', '>= 6.0'
spec.add_dependency 'railties', '>= 6.0'
end

0 comments on commit e728667

Please sign in to comment.