From 098567b0fefb89cbc786d82ba2fd50079ee691c1 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Mon, 5 Feb 2024 13:06:13 -0600 Subject: [PATCH] Updates dependencies --- Gemfile.lock | 44 ++++++++++++++++++++++++-------------------- linear-cli.gemspec | 1 + 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 18ebaf4..1b1c90f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,6 +12,7 @@ PATH semantic_logger (~> 4.0) sequel (~> 5.0) sqlite3 (~> 1.7) + tty-editor (~> 0.7) tty-markdown (~> 0.7) tty-prompt (~> 0.23) @@ -77,7 +78,7 @@ GEM cucumber-messages (> 19, < 25) cucumber-messages (22.0.0) cucumber-tag-expressions (5.0.6) - diff-lcs (1.5.0) + diff-lcs (1.5.1) docopt_ng (0.7.1) domain_name (0.6.20240107) drb (2.2.0) @@ -103,15 +104,16 @@ GEM multi_json (~> 1) hashie (5.0.0) http-2-next (1.0.3) - http (5.1.1) + http (5.2.0) addressable (~> 2.8) + base64 (~> 0.1) http-cookie (~> 1.0) http-form_data (~> 2.2) - llhttp-ffi (~> 0.4.0) + llhttp-ffi (~> 0.5.0) http-cookie (1.0.5) domain_name (~> 0.5) http-form_data (2.3.0) - httpx (1.2.1) + httpx (1.2.2) http-2-next (>= 1.0.3) i18n (1.14.1) concurrent-ruby (~> 1.0) @@ -119,7 +121,7 @@ GEM kramdown (2.4.0) rexml language_server-protocol (3.17.0.3) - llhttp-ffi (0.4.0) + llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) method_source (1.0.0) @@ -157,19 +159,19 @@ GEM regexp_parser (2.9.0) rexml (3.2.6) rouge (4.2.0) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-support (3.12.1) + rspec-support (~> 3.13.0) + rspec-support (3.13.0) rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -201,11 +203,11 @@ GEM semantic (1.6.1) semantic_logger (4.15.0) concurrent-ruby (~> 1.0) - sequel (5.76.0) + sequel (5.77.0) bigdecimal - sqlite3 (1.7.1) + sqlite3 (1.7.2) mini_portile2 (~> 2.8.0) - sqlite3 (1.7.1-x86_64-linux) + sqlite3 (1.7.2-x86_64-linux) strings (0.2.1) strings-ansi (~> 0.2) unicode-display_width (>= 1.5, < 3.0) @@ -216,6 +218,8 @@ GEM thor (1.3.0) tty-color (0.6.0) tty-cursor (0.7.1) + tty-editor (0.7.0) + tty-prompt (~> 0.22) tty-markdown (0.7.2) kramdown (>= 1.16.2, < 3.0) pastel (~> 0.8) @@ -257,4 +261,4 @@ DEPENDENCIES semantic_logger (~> 4.0) BUNDLED WITH - 2.5.3 + 2.5.5 diff --git a/linear-cli.gemspec b/linear-cli.gemspec index ad9e7b7..a4329b9 100644 --- a/linear-cli.gemspec +++ b/linear-cli.gemspec @@ -43,6 +43,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'semantic_logger', '~> 4.0' spec.add_dependency 'sequel', '~> 5.0' spec.add_dependency 'sqlite3', '~> 1.7' + spec.add_dependency 'tty-editor', '~> 0.7' spec.add_dependency 'tty-markdown', '~> 0.7' spec.add_dependency 'tty-prompt', '~> 0.23'