Skip to content

Commit

Permalink
[fix] Move sorbet to development_dependency (#49)
Browse files Browse the repository at this point in the history
Fixes #48
  • Loading branch information
donaldong authored Mar 18, 2021
1 parent 7db0a9b commit e7e9530
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sorbet-coerce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.4.0'

s.add_dependency 'sorbet', '>= 0.4.4704'

s.add_runtime_dependency 'polyfill', '~> 1.8'
s.add_runtime_dependency 'safe_type', '~> 1.1', '>= 1.1.1'
s.add_runtime_dependency 'sorbet-runtime', '>= 0.4.4704'

s.add_development_dependency 'sorbet', '>= 0.4.4704'
s.add_development_dependency 'rspec', '~> 3.8', '>= 3.8'
s.add_development_dependency 'byebug', '~>11.0.1', '>=11.0.1'
end

0 comments on commit e7e9530

Please sign in to comment.