update bundle and gemspec

This commit is contained in:
VetheonGames 2023-09-20 00:09:56 -06:00
parent ad6a036b65
commit 2111665959
3 changed files with 10 additions and 14 deletions

View File

@ -5,10 +5,8 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in dynamic_curses_input.gemspec # Specify your gem's dependencies in dynamic_curses_input.gemspec
gemspec gemspec
gem 'rake' gem 'reline', '~> 0.3.8'
gem 'rubocop' gem 'curses', '~> 1.4'
gem 'curses' gem 'rubocop', '~> 1.56'
gem 'reline'

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
dynamic_curses_input (1.2.1) dynamic_curses_input (1.2.2)
curses curses
reline reline
@ -20,7 +20,6 @@ GEM
racc racc
racc (1.7.1) racc (1.7.1)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1) regexp_parser (2.8.1)
reline (0.3.8) reline (0.3.8)
io-console (~> 0.5) io-console (~> 0.5)
@ -46,11 +45,10 @@ PLATFORMS
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
curses curses (~> 1.4)
dynamic_curses_input! dynamic_curses_input!
rake reline (~> 0.3.8)
reline rubocop (~> 1.56)
rubocop
BUNDLED WITH BUNDLED WITH
2.4.10 2.4.10

View File

@ -33,8 +33,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib'] spec.require_paths = ['lib']
spec.add_dependency 'curses' spec.add_dependency 'curses', '~> 1.4'
spec.add_dependency 'reline' spec.add_dependency 'reline', '~> 0.3.8'
spec.add_development_dependency 'rubocop' spec.add_development_dependency 'rubocop', '~> 1.56'
spec.post_install_message = 'If you find this gem useful, consider supporting its development: https://www.paypal.com/donate/?hosted_button_id=YF5XS7ZXQ6F8A' spec.post_install_message = 'If you find this gem useful, consider supporting its development: https://www.paypal.com/donate/?hosted_button_id=YF5XS7ZXQ6F8A'
end end