Skip to content

Commit

Permalink
Merge pull request #150 from artichoke/dependabot/bundler/bundler-dep…
Browse files Browse the repository at this point in the history
…s-94eab4467e

Bump the bundler-deps group with 6 updates
  • Loading branch information
lopopolo authored May 15, 2024
2 parents bcadc6b + d799f29 commit e04b80b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

gem 'bundler-audit', '~> 0.9', require: false
gem 'rake', '>= 12.3.3', require: false
gem 'rubocop', '~> 1.62', require: false
gem 'rubocop', '~> 1.63', require: false
gem 'rubocop-rake', '~> 0.6', require: false
gem 'rubocop-sorbet', '~> 0.8', require: false
gem 'sorbet', '~> 0.5', require: false
Expand Down
42 changes: 21 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ GEM
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
erubi (1.12.0)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
netrc (0.11.0)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
prism (0.24.0)
prism (0.27.0)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rbi (0.1.9)
prism (>= 0.18.0, < 0.25)
rake (13.2.1)
rbi (0.1.12)
prism (>= 0.18.0, < 0.28)
sorbet-runtime (>= 0.5.9204)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.62.1)
rubocop (1.63.4)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -39,27 +39,27 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-sorbet (0.8.0)
rubocop-sorbet (0.8.3)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
sorbet (0.5.11319)
sorbet-static (= 0.5.11319)
sorbet-runtime (0.5.11319)
sorbet-static (0.5.11319-universal-darwin)
sorbet-static (0.5.11319-x86_64-linux)
sorbet-static-and-runtime (0.5.11319)
sorbet (= 0.5.11319)
sorbet-runtime (= 0.5.11319)
spoom (1.3.0)
sorbet (0.5.11366)
sorbet-static (= 0.5.11366)
sorbet-runtime (0.5.11366)
sorbet-static (0.5.11366-universal-darwin)
sorbet-static (0.5.11366-x86_64-linux)
sorbet-static-and-runtime (0.5.11366)
sorbet (= 0.5.11366)
sorbet-runtime (= 0.5.11366)
spoom (1.3.1)
erubi (>= 1.10.0)
prism (>= 0.19.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
tapioca (0.13.1)
tapioca (0.13.3)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand Down Expand Up @@ -87,7 +87,7 @@ DEPENDENCIES
bundler-audit (~> 0.9)
generate_third_party!
rake (>= 12.3.3)
rubocop (~> 1.62)
rubocop (~> 1.63)
rubocop-rake (~> 0.6)
rubocop-sorbet (~> 0.8)
sorbet (~> 0.5)
Expand Down

0 comments on commit e04b80b

Please sign in to comment.