Skip to content

Commit

Permalink
Bump development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mhib committed Oct 13, 2024
1 parent 94c1924 commit e55365c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 34 deletions.
58 changes: 27 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,60 +7,56 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
base64 (0.1.1)
docile (1.4.0)
json (2.6.3)
json (2.6.3-java)
json (2.7.2)
json (2.7.2-java)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
minitest (5.21.2)
parallel (1.23.0)
parser (3.2.2.3)
minitest (5.25.1)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
racc (1.7.1)
racc (1.7.1-java)
racc (1.8.1)
racc (1.8.1-java)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.6)
rubocop (1.56.3)
base64 (~> 0.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.3.0.2)
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)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-performance (1.19.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
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)
standard (1.31.1)
standard (1.41.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.56.2)
rubocop (~> 1.66.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-performance (~> 1.5)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.2.0)
standard-performance (1.5.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.0)
unicode-display_width (2.4.2)
rubocop-performance (~> 1.22.0)
unicode-display_width (2.6.0)

PLATFORMS
arm64-darwin-22
Expand All @@ -73,11 +69,11 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
minitest (~> 5.21)
minitest (~> 5.25)
pairing_heap!
rake (~> 13.0)
rake (~> 13.2)
simplecov (~> 0.22.0)
standard (~> 1.31)
standard (~> 1.41)

BUNDLED WITH
2.3.6
6 changes: 3 additions & 3 deletions pairing_heap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_development_dependency "minitest", "~> 5.21"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "minitest", "~> 5.25"
spec.add_development_dependency "rake", "~> 13.2"
spec.add_development_dependency "simplecov", "~> 0.22.0"
spec.add_development_dependency "standard", "~> 1.31"
spec.add_development_dependency "standard", "~> 1.41"
end

0 comments on commit e55365c

Please sign in to comment.