From f44a820680efcf4a1756c83f7d63e08595b7a643 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 19 May 2024 23:11:39 -0300 Subject: [PATCH] Update Gemfile(.lock) --- Gemfile | 2 +- Gemfile.lock | 22 +++++++++------------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index acb308f..989f330 100644 --- a/Gemfile +++ b/Gemfile @@ -4,5 +4,5 @@ gem "nokogiri", "~> 1.13" gem "paint", "~> 2.2" gem "json", "~> 2.6" gem "standard", "~> 1.12" +gem "ryo.rb" gem "io-line.rb", "~> 0.1", github: "0x1eef/io-line.rb", tag: "v0.1.0" -gem "ryo.rb", "~> 0.4", github: "0x1eef/ryo.rb", tag: "v0.4.3" diff --git a/Gemfile.lock b/Gemfile.lock index 6655675..7a48e64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,13 +6,6 @@ GIT io-line.rb (0.1.0) io-console (~> 0.5) -GIT - remote: https://github.com/0x1eef/ryo.rb.git - revision: 2ad2a5d3a29cf94ff3313687c78dd3986884a8f0 - tag: v0.4.3 - specs: - ryo.rb (0.4.3) - GEM remote: https://rubygems.org/ specs: @@ -20,18 +13,19 @@ GEM io-console (0.6.0) json (2.6.3) language_server-protocol (3.17.0.3) - mini_portile2 (2.8.1) - nokogiri (1.14.2) - mini_portile2 (~> 2.8.0) + mini_portile2 (2.8.6) + nokogiri (1.16.5) + mini_portile2 (~> 2.8.2) racc (~> 1.4) paint (2.3.0) parallel (1.22.1) parser (3.2.1.1) ast (~> 2.4.1) - racc (1.6.2) + racc (1.7.3) rainbow (3.1.1) regexp_parser (2.7.0) - rexml (3.2.5) + rexml (3.2.8) + strscan (>= 3.0.9) rubocop (1.44.1) json (~> 2.3) parallel (~> 1.10) @@ -48,10 +42,12 @@ GEM rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.13.0) + ryo.rb (0.5.1) standard (1.24.3) language_server-protocol (~> 3.17.0.2) rubocop (= 1.44.1) rubocop-performance (= 1.15.2) + strscan (3.1.0) unicode-display_width (2.4.2) PLATFORMS @@ -63,7 +59,7 @@ DEPENDENCIES json (~> 2.6) nokogiri (~> 1.13) paint (~> 2.2) - ryo.rb (~> 0.4)! + ryo.rb standard (~> 1.12) BUNDLED WITH