Skip to content

Commit

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

Bump the bundler-deps group with 3 updates
  • Loading branch information
lopopolo authored Feb 1, 2024
2 parents e89f76e + b9d4f5f commit 4bc23ef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gemspec

gem 'bundler-audit', '~> 0.9', require: false
gem 'rake', '>= 12.3.3', require: false
gem 'rubocop', '~> 1.59', require: false
gem 'rubocop', '~> 1.60', require: false
gem 'rubocop-rake', '~> 0.6', require: false
gem 'rubocop-sorbet', '~> 0.7', require: false
gem 'sorbet', '~> 0.5', require: false
gem 'tapioca', '~> 0.11', require: false
gem 'tapioca', '~> 0.12', require: false
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
language_server-protocol (3.17.0.3)
netrc (0.11.0)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
Expand All @@ -27,13 +27,13 @@ GEM
rbi (0.1.6)
prism (>= 0.18.0, < 0.20)
sorbet-runtime (>= 0.5.9204)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.59.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -47,22 +47,22 @@ GEM
rubocop-sorbet (0.7.6)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
sorbet (0.5.11178)
sorbet-static (= 0.5.11178)
sorbet-runtime (0.5.11178)
sorbet-static (0.5.11178-universal-darwin)
sorbet-static (0.5.11178-x86_64-linux)
sorbet-static-and-runtime (0.5.11178)
sorbet (= 0.5.11178)
sorbet-runtime (= 0.5.11178)
sorbet (0.5.11222)
sorbet-static (= 0.5.11222)
sorbet-runtime (0.5.11222)
sorbet-static (0.5.11222-universal-darwin)
sorbet-static (0.5.11222-x86_64-linux)
sorbet-static-and-runtime (0.5.11222)
sorbet (= 0.5.11222)
sorbet-runtime (= 0.5.11222)
spoom (1.2.4)
erubi (>= 1.10.0)
sorbet-static-and-runtime (>= 0.5.10187)
syntax_tree (>= 6.1.1)
thor (>= 0.19.2)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
tapioca (0.11.15)
tapioca (0.12.0)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand Down Expand Up @@ -90,11 +90,11 @@ DEPENDENCIES
bundler-audit (~> 0.9)
generate_third_party!
rake (>= 12.3.3)
rubocop (~> 1.59)
rubocop (~> 1.60)
rubocop-rake (~> 0.6)
rubocop-sorbet (~> 0.7)
sorbet (~> 0.5)
tapioca (~> 0.11)
tapioca (~> 0.12)

BUNDLED WITH
2.5.3

0 comments on commit 4bc23ef

Please sign in to comment.