Skip to content

Commit

Permalink
Bump typechecking dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Oct 17, 2024
1 parent e1be91f commit 8aada7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
22 changes: 11 additions & 11 deletions gemfiles/typecheck/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1)
activesupport (7.2.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand Down Expand Up @@ -37,7 +37,7 @@ GEM
ast (~> 2.4.1)
racc
power_assert (2.0.4)
prism (1.1.0)
prism (1.2.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
Expand All @@ -56,20 +56,20 @@ GEM
sexp_processor (~> 4.16)
securerandom (0.3.1)
sexp_processor (4.17.2)
sorbet (0.5.11597)
sorbet-static (= 0.5.11597)
sorbet-runtime (0.5.11597)
sorbet-static (0.5.11597-universal-darwin)
sorbet-static (0.5.11597-x86_64-linux)
sorbet-static-and-runtime (0.5.11597)
sorbet (= 0.5.11597)
sorbet-runtime (= 0.5.11597)
sorbet (0.5.11604)
sorbet-static (= 0.5.11604)
sorbet-runtime (0.5.11604)
sorbet-static (0.5.11604-universal-darwin)
sorbet-static (0.5.11604-x86_64-linux)
sorbet-static-and-runtime (0.5.11604)
sorbet (= 0.5.11604)
sorbet-runtime (= 0.5.11604)
spoom (1.5.0)
erubi (>= 1.10.0)
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
steep (1.8.0)
steep (1.8.1)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
Expand Down
1 change: 1 addition & 0 deletions rakelib/typecheck.rake
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ namespace :typecheck do
- ./lib/prism/translation/ripper/sexp.rb
- ./lib/prism/translation/ruby_parser.rb
- ./lib/prism/inspect_visitor.rb
- ./sample/prism/multiplex_constants.rb
# We want to treat all polyfill files as "typed: false"
<% polyfills.each do |file| -%>
- ./<%= file %>
Expand Down

0 comments on commit 8aada7f

Please sign in to comment.