Skip to content

Commit

Permalink
Manually bump tapioca / regenerate rbi (#1514)
Browse files Browse the repository at this point in the history
Dependabot does not do this because it resolves with Ruby 3.0 from the gemspec
and tapioca now only supports 3.1

This unblocks prism 1.0 which is required for the ruby-lsp to update to the latest version.
Currently it runs into Shopify/ruby-lsp#2630, causing a restart loop.

To make sure this does the right thing on older rubies, I added a step to print the resolved lockfile on CI
  • Loading branch information
Earlopain authored Oct 10, 2024
1 parent fc4720e commit ca811f0
Show file tree
Hide file tree
Showing 116 changed files with 46,721 additions and 58,779 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ jobs:
with:
bundler-cache: true
rubygems: latest
- name: Print Lockfile
run: cat ${{ env.BUNDLE_GEMFILE }}.lock

# Test
- name: Set up test database
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.6)
prism (0.30.0)
prism (1.2.0)
protocol-hpack (1.4.3)
protocol-http (0.27.0)
protocol-http1 (0.19.1)
Expand Down Expand Up @@ -359,8 +359,8 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rbi (0.1.14)
prism (>= 0.18.0, < 1.0.0)
rbi (0.2.1)
prism (~> 1.0)
sorbet-runtime (>= 0.5.9204)
rbtrace (0.5.1)
ffi (>= 1.0.6)
Expand Down Expand Up @@ -431,34 +431,34 @@ GEM
skylight (6.0.4)
activesupport (>= 5.2.0)
smart_properties (1.17.0)
sorbet (0.5.11485)
sorbet-static (= 0.5.11485)
sorbet-runtime (0.5.11485)
sorbet-static (0.5.11485-java)
sorbet-static (0.5.11485-universal-darwin)
sorbet-static (0.5.11485-x86_64-linux)
sorbet-static-and-runtime (0.5.11485)
sorbet (= 0.5.11485)
sorbet-runtime (= 0.5.11485)
spoom (1.3.3)
sorbet (0.5.11600)
sorbet-static (= 0.5.11600)
sorbet-runtime (0.5.11600)
sorbet-static (0.5.11600-java)
sorbet-static (0.5.11600-universal-darwin)
sorbet-static (0.5.11600-x86_64-linux)
sorbet-static-and-runtime (0.5.11600)
sorbet (= 0.5.11600)
sorbet-runtime (= 0.5.11600)
spoom (1.5.0)
erubi (>= 1.10.0)
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
stackprof (0.2.26)
stringio (3.1.1)
tapioca (0.15.1)
tapioca (0.16.3)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
rbi (>= 0.1.4, < 0.2)
rbi (~> 0.2)
sorbet-static-and-runtime (>= 0.5.11087)
spoom (>= 1.2.0)
thor (>= 1.2.0)
yard-sorbet
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.3.1)
thor (1.3.2)
thread (0.2.2)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
Expand All @@ -479,7 +479,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.36)
yard (0.9.37)
yard-activesupport-concern (0.0.1)
yard (>= 0.8)
yard-sorbet (0.9.0)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ca811f0

Please sign in to comment.