Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/sorbet-8162282187
Browse files Browse the repository at this point in the history
  • Loading branch information
thavaahariharangit authored Apr 17, 2024
2 parents ef20e82 + 25ac595 commit 8383dc7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ PATH
parser (>= 2.5, < 4.0)
psych (~> 5.0)
sorbet-runtime (~> 0.5.11178)
stackprof (~> 0.2.16)
toml-rb (>= 1.1.2, < 3.0)

PATH
Expand Down
2 changes: 1 addition & 1 deletion common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "parser", ">= 2.5", "< 4.0"
spec.add_dependency "psych", "~> 5.0"
spec.add_dependency "sorbet-runtime", "~> 0.5.11178"
spec.add_dependency "stackprof", "~> 0.2.16"
spec.add_dependency "toml-rb", ">= 1.1.2", "< 3.0"

spec.add_development_dependency "debug", "~> 1.8.0"
Expand All @@ -54,7 +55,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop-performance", "~> 1.19.0"
spec.add_development_dependency "rubocop-rspec", "~> 2.27.1"
spec.add_development_dependency "rubocop-sorbet", "~> 0.7.3"
spec.add_development_dependency "stackprof", "~> 0.2.16"
spec.add_development_dependency "turbo_tests", "~> 2.2.0"
spec.add_development_dependency "vcr", "~> 6.1"
spec.add_development_dependency "webmock", "~> 3.18"
Expand Down
1 change: 0 additions & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ gem "sentry-ruby", "~> 5.16"
gem "terminal-table", "~> 3.0.2"

gem "flamegraph", "~> 0.9.5"
gem "stackprof", "~> 0.2.16"

group :test do
common_gemspec = File.expand_path("../common/dependabot-common.gemspec", __dir__)
Expand Down
2 changes: 1 addition & 1 deletion updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ PATH
parser (>= 2.5, < 4.0)
psych (~> 5.0)
sorbet-runtime (~> 0.5.11178)
stackprof (~> 0.2.16)
toml-rb (>= 1.1.2, < 3.0)

PATH
Expand Down Expand Up @@ -409,7 +410,6 @@ DEPENDENCIES
rubocop-sorbet (~> 0.7.3)
sentry-opentelemetry (~> 5.16)
sentry-ruby (~> 5.16)
stackprof (~> 0.2.16)
terminal-table (~> 3.0.2)
turbo_tests (~> 2.2.0)
vcr (~> 6.1)
Expand Down

0 comments on commit 8383dc7

Please sign in to comment.