Skip to content

Commit

Permalink
Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bougyman committed Feb 5, 2024
1 parent 209e29b commit 098567b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
44 changes: 24 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand All @@ -103,23 +104,24 @@ 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)
json (2.7.1)
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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -257,4 +261,4 @@ DEPENDENCIES
semantic_logger (~> 4.0)

BUNDLED WITH
2.5.3
2.5.5
1 change: 1 addition & 0 deletions linear-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 098567b

Please sign in to comment.