Skip to content

Commit

Permalink
Merge pull request dependabot#8007 from JamieMagee/jamiemagee/add-sorbet
Browse files Browse the repository at this point in the history
Add sorbet dependencies
  • Loading branch information
Nishnha authored Sep 11, 2023
2 parents a4a01c7 + a453e34 commit 252e3df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "octokit", ">= 4.6", "< 7.0"
spec.add_dependency "parser", ">= 2.5", "< 4.0"
spec.add_dependency "psych", "~> 5.0"
spec.add_dependency "sorbet-runtime", "~> 0.5"
spec.add_dependency "toml-rb", ">= 1.1.2", "< 3.0"

spec.add_development_dependency "debug", "~> 1.8.0"
Expand All @@ -49,7 +50,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec-its", "~> 1.3"
spec.add_development_dependency "rubocop", "~> 1.56.0"
spec.add_development_dependency "rubocop-performance", "~> 1.19.0"
spec.add_development_dependency "sorbet", "~> 0.5"
spec.add_development_dependency "stackprof", "~> 0.2.16"
spec.add_development_dependency "tapioca", "~> 0.11"
spec.add_development_dependency "vcr", "~> 6.1"
spec.add_development_dependency "webmock", "~> 3.18"

Expand Down
2 changes: 2 additions & 0 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ PATH
octokit (>= 4.6, < 7.0)
parser (>= 2.5, < 4.0)
psych (~> 5.0)
sorbet-runtime (~> 0.5)
toml-rb (>= 1.1.2, < 3.0)

PATH
Expand Down Expand Up @@ -282,6 +283,7 @@ GEM
faraday (>= 0.17.3, < 3)
sentry-raven (3.1.2)
faraday (>= 1.0)
sorbet-runtime (0.5.11011)
stringio (3.0.6)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down

0 comments on commit 252e3df

Please sign in to comment.