Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
amake committed Mar 29, 2024
1 parent fa4de94 commit 63edf61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ruby-version: 3.2.3
- name: Install
run: |
gem install bundler -v 2.4.7
gem install bundler -v 2.5.7
bundle install
- name: Type check
run: bundle exec solargraph typecheck --level typed
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GEM
language_server-protocol (3.17.0.3)
memory_profiler (1.0.1)
minitest (5.22.3)
nokogiri (1.15.6-x86_64-darwin)
nokogiri (1.16.3-x86_64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -82,6 +82,7 @@ PLATFORMS
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22
x86_64-darwin-23

DEPENDENCIES
byebug
Expand All @@ -95,4 +96,4 @@ DEPENDENCIES
srx!

BUNDLED WITH
2.4.7
2.5.7

0 comments on commit 63edf61

Please sign in to comment.