Skip to content

Commit

Permalink
Merge pull request #16 from thatch-health/olivier-bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
olivier-thatch authored Aug 28, 2024
2 parents d6d88e8 + 761cc9e commit 0f5f411
Show file tree
Hide file tree
Showing 23 changed files with 3,441 additions and 1,997 deletions.
46 changes: 24 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,26 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.4)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
ansi (1.5.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
builder (3.3.0)
bundler-audit (0.9.1)
bundler-audit (0.9.2)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
docile (1.4.1)
drb (2.2.1)
Expand Down Expand Up @@ -64,20 +65,20 @@ GEM
reline (>= 0.4.2)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.24.1)
logger (1.6.0)
minitest (5.25.1)
minitest-reporters (1.7.1)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
multi_json (1.15.0)
mustermann (3.0.1)
mustermann (3.0.2)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.1.0)
mustermann (>= 1.0.0)
mutex_m (0.2.0)
netrc (0.11.0)
parallel (1.26.1)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
Expand All @@ -96,7 +97,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.4)
rexml (3.3.6)
strscan
rubocop (1.65.1)
json (~> 2.3)
Expand All @@ -109,7 +110,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
Expand All @@ -125,29 +126,30 @@ GEM
rubocop (>= 1)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.3.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet (0.5.11514)
sorbet-static (= 0.5.11514)
sorbet-runtime (0.5.11514)
sorbet-static (0.5.11514-aarch64-linux)
sorbet-static (0.5.11514-universal-darwin)
sorbet-static (0.5.11514-x86_64-linux)
sorbet-static-and-runtime (0.5.11514)
sorbet (= 0.5.11514)
sorbet-runtime (= 0.5.11514)
sorbet (0.5.11547)
sorbet-static (= 0.5.11547)
sorbet-runtime (0.5.11547)
sorbet-static (0.5.11547-aarch64-linux)
sorbet-static (0.5.11547-universal-darwin)
sorbet-static (0.5.11547-x86_64-linux)
sorbet-static-and-runtime (0.5.11547)
sorbet (= 0.5.11547)
sorbet-runtime (= 0.5.11547)
spoom (1.4.2)
erubi (>= 1.10.0)
prism (>= 0.28.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
stringio (3.1.1)
strscan (3.1.0)
tapioca (0.16.0)
tapioca (0.16.1)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand Down
4 changes: 4 additions & 0 deletions sorbet/rbi/annotations/activesupport.rbi

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

119 changes: 119 additions & 0 deletions sorbet/rbi/annotations/minitest.rbi

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

Loading

0 comments on commit 0f5f411

Please sign in to comment.