Skip to content

Commit

Permalink
rm tty-spinner gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaumik-Ashraf committed Nov 15, 2024
1 parent 96fa788 commit de121a3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ PATH
sqlite3 (~> 1.4)
thor (~> 1.2.1)
tty-markdown (~> 0.7.1)
tty-spinner (~> 0.9.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -302,7 +301,6 @@ GEM
thor (1.2.2)
tilt (2.4.0)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-markdown (0.7.2)
kramdown (>= 1.16.2, < 3.0)
pastel (~> 0.8)
Expand All @@ -311,8 +309,6 @@ GEM
tty-color (~> 0.5)
tty-screen (~> 0.8)
tty-screen (0.8.2)
tty-spinner (0.9.3)
tty-cursor (~> 0.7)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
Expand Down
1 change: 0 additions & 1 deletion inferno_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'sqlite3', '~> 1.4'
spec.add_dependency 'thor', '~> 1.2.1'
spec.add_dependency 'tty-markdown', '~> 0.7.1'
spec.add_dependency 'tty-spinner', '~> 0.9.3'
spec.required_ruby_version = Gem::Requirement.new('~> 3.1.2')
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/inferno-framework/inferno-core'
Expand Down
1 change: 0 additions & 1 deletion lib/inferno/apps/cli/execute/console_outputter.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'pastel'
require 'tty-spinner'
require_relative 'serialize'

module Inferno
Expand Down

0 comments on commit de121a3

Please sign in to comment.