mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #39 from genebean/dependabot/bundler/tty-file-0.9.0
This commit is contained in:
commit
c25e8a42ef
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -26,7 +26,7 @@ group :development, :unit_tests do
|
||||||
gem 'rspec-puppet', '~> 2.6'
|
gem 'rspec-puppet', '~> 2.6'
|
||||||
gem 'rubocop', '~> 0.79'
|
gem 'rubocop', '~> 0.79'
|
||||||
gem 'tty-command', '~> 0.6'
|
gem 'tty-command', '~> 0.6'
|
||||||
gem 'tty-file', '~> 0.4'
|
gem 'tty-file', '~> 0.9'
|
||||||
gem 'tty-prompt', '~> 0.21'
|
gem 'tty-prompt', '~> 0.21'
|
||||||
gem 'yamllint', '~> 0.0.9'
|
gem 'yamllint', '~> 0.0.9'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -139,10 +139,10 @@ GEM
|
||||||
tty-command (0.9.0)
|
tty-command (0.9.0)
|
||||||
pastel (~> 0.7.0)
|
pastel (~> 0.7.0)
|
||||||
tty-cursor (0.7.1)
|
tty-cursor (0.7.1)
|
||||||
tty-file (0.8.0)
|
tty-file (0.9.0)
|
||||||
diff-lcs (~> 1.3)
|
diff-lcs (~> 1.3)
|
||||||
pastel (~> 0.7.2)
|
pastel (~> 0.7.2)
|
||||||
tty-prompt (~> 0.18)
|
tty-prompt (~> 0.20)
|
||||||
tty-prompt (0.21.0)
|
tty-prompt (0.21.0)
|
||||||
necromancer (~> 0.5.0)
|
necromancer (~> 0.5.0)
|
||||||
pastel (~> 0.7.0)
|
pastel (~> 0.7.0)
|
||||||
|
|
@ -185,7 +185,7 @@ DEPENDENCIES
|
||||||
rubocop (~> 0.79)
|
rubocop (~> 0.79)
|
||||||
rugged (~> 1.0)
|
rugged (~> 1.0)
|
||||||
tty-command (~> 0.6)
|
tty-command (~> 0.6)
|
||||||
tty-file (~> 0.4)
|
tty-file (~> 0.9)
|
||||||
tty-prompt (~> 0.21)
|
tty-prompt (~> 0.21)
|
||||||
xmlrpc (~> 0.3.0)
|
xmlrpc (~> 0.3.0)
|
||||||
yamllint (~> 0.0.9)
|
yamllint (~> 0.0.9)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue