File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- code_ownership (1.32.17 )
4+ code_ownership (1.32.18 )
55 code_teams (~> 1.0 )
66 packs
7- sorbet-runtime
7+ sorbet-runtime ( >= 0.5.10821 )
88
99GEM
1010 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |spec |
22 spec . name = 'code_ownership'
3- spec . version = '1.32.17 '
3+ spec . version = '1.32.18 '
44 spec . authors = [ 'Gusto Engineers' ]
55 spec . email = [ '[email protected] ' ] 66 spec . summary = 'A gem to help engineering teams declare ownership of code'
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828
2929 spec . add_dependency 'code_teams' , '~> 1.0'
3030 spec . add_dependency 'packs'
31- spec . add_dependency 'sorbet-runtime'
31+ spec . add_dependency 'sorbet-runtime' , '>= 0.5.10821'
3232
3333 spec . add_development_dependency 'pry'
3434 spec . add_development_dependency 'rake'
You can’t perform that action at this time.
0 commit comments