Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sorbet runtime; switch from pry to debug #88

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 28 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
code_ownership (1.36.1)
code_teams (~> 1.0)
packs-specification
sorbet-runtime (>= 0.5.10821)
sorbet-runtime (>= 0.5.11249)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -42,19 +42,26 @@ GEM
concurrent-ruby (1.2.2)
constant_resolver (0.2.0)
crass (1.0.6)
debug (1.9.1)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.0)
erubi (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.11.2)
rdoc
reline (>= 0.4.2)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
mini_portile2 (2.8.5)
minitest (5.19.0)
netrc (0.11.0)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
packs-specification (0.0.8)
sorbet-runtime
Expand All @@ -76,6 +83,8 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.1.2)
stringio
racc (1.7.1)
rack (2.2.8)
rack-test (2.1.0)
Expand All @@ -100,6 +109,10 @@ GEM
parser (>= 3.0.0)
sorbet-runtime (>= 0.5.9204)
unparser (>= 0.5.6)
rdoc (6.6.2)
psych (>= 4.0.0)
reline (0.4.2)
io-console (~> 0.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -114,20 +127,21 @@ GEM
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
smart_properties (1.17.0)
sorbet (0.5.10950)
sorbet-static (= 0.5.10950)
sorbet-runtime (0.5.10950)
sorbet-static (0.5.10950-universal-darwin-22)
sorbet-static (0.5.10950-x86_64-linux)
sorbet-static-and-runtime (0.5.10950)
sorbet (= 0.5.10950)
sorbet-runtime (= 0.5.10950)
sorbet (0.5.11249)
sorbet-static (= 0.5.11249)
sorbet-runtime (0.5.11249)
sorbet-static (0.5.11249-universal-darwin)
sorbet-static (0.5.11249-x86_64-linux)
sorbet-static-and-runtime (0.5.11249)
sorbet (= 0.5.11249)
sorbet-runtime (= 0.5.11249)
spoom (1.2.1)
erubi (>= 1.10.0)
sorbet (>= 0.5.10187)
sorbet-runtime (>= 0.5.9204)
syntax_tree (>= 6.1.1)
thor (>= 0.19.2)
stringio (3.1.0)
syntax_tree (6.1.1)
prettier_print (>= 1.2.0)
tapioca (0.11.8)
Expand All @@ -153,12 +167,13 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
code_ownership!
debug
packwerk
pry
railties
rake
rspec (~> 3.0)
Expand Down
4 changes: 2 additions & 2 deletions code_ownership.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Gem::Specification.new do |spec|

spec.add_dependency 'code_teams', '~> 1.0'
spec.add_dependency 'packs-specification'
spec.add_dependency 'sorbet-runtime', '>= 0.5.10821'
spec.add_dependency 'sorbet-runtime', '>= 0.5.11249'

spec.add_development_dependency 'pry'
spec.add_development_dependency 'debug'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'sorbet'
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'bundler/setup'
require 'pry'
require 'debug'
require 'packwerk'
require 'code_ownership'
require 'code_teams'
Expand Down