Skip to content

Commit

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

Bump the bundler-deps group with 4 updates
  • Loading branch information
lopopolo authored Jan 9, 2024
2 parents 123addb + ff3914a commit 64a4994
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 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.57', require: false
gem 'rubocop', '~> 1.59', require: false
gem 'rubocop-rake', '~> 0.6', require: false
gem 'rubocop-sorbet', '~> 0.7', require: false
gem 'sorbet', '~> 0.5', require: false
Expand Down
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,57 +12,57 @@ GEM
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
erubi (1.12.0)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
netrc (0.11.0)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
prism (0.18.0)
racc (1.7.1)
prism (0.19.0)
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rbi (0.1.5)
prism (>= 0.18.0, < 0.19)
rbi (0.1.6)
prism (>= 0.18.0, < 0.20)
sorbet-runtime (>= 0.5.9204)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
rexml (3.2.6)
rubocop (1.57.2)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-sorbet (0.7.5)
rubocop-sorbet (0.7.6)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
sorbet (0.5.11143)
sorbet-static (= 0.5.11143)
sorbet-runtime (0.5.11143)
sorbet-static (0.5.11143-universal-darwin)
sorbet-static (0.5.11143-x86_64-linux)
sorbet-static-and-runtime (0.5.11143)
sorbet (= 0.5.11143)
sorbet-runtime (= 0.5.11143)
sorbet (0.5.11164)
sorbet-static (= 0.5.11164)
sorbet-runtime (0.5.11164)
sorbet-static (0.5.11164-universal-darwin)
sorbet-static (0.5.11164-x86_64-linux)
sorbet-static-and-runtime (0.5.11164)
sorbet (= 0.5.11164)
sorbet-runtime (= 0.5.11164)
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.12)
tapioca (0.11.14)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand Down Expand Up @@ -90,7 +90,7 @@ DEPENDENCIES
bundler-audit (~> 0.9)
generate_third_party!
rake (>= 12.3.3)
rubocop (~> 1.57)
rubocop (~> 1.59)
rubocop-rake (~> 0.6)
rubocop-sorbet (~> 0.7)
sorbet (~> 0.5)
Expand Down

0 comments on commit 64a4994

Please sign in to comment.