-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change to use the latest released/unreleased tty gems and update bund…
- Loading branch information
1 parent
d35df21
commit 5dd8f85
Showing
4 changed files
with
80 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,37 @@ | ||
source 'https://rubygems.org' | ||
source "https://rubygems.org" | ||
|
||
gemspec | ||
|
||
gem 'timers', '~> 4.1.2' | ||
|
||
group :development do | ||
gem 'yard', '~> 0.9.12' | ||
gem 'timecop', '~> 0.9.1' | ||
end | ||
gem "pastel", "~> 0.8" | ||
gem "tty-box", git: "https://github.com/piotrmurach/tty-box" | ||
gem "tty-color", "~> 0.5" | ||
gem "tty-command", git: "https://github.com/piotrmurach/tty-command" | ||
gem "tty-config", "~> 0.4" | ||
gem "tty-cursor", "~> 0.7" | ||
gem "tty-editor", git: "https://github.com/piotrmurach/tty-editor" | ||
gem "tty-exit", "~> 0.1" | ||
gem "tty-file", git: "https://github.com/piotrmurach/tty-file" | ||
gem "tty-font", "~> 0.5" | ||
gem "tty-link", "~> 0.1" | ||
gem "tty-logger", git: "https://github.com/piotrmurach/tty-logger" | ||
gem "tty-markdown", git: "https://github.com/piotrmurach/tty-markdown" | ||
gem "tty-option", "~> 0.1" | ||
gem "tty-pager", "~> 0.13" | ||
gem "tty-pie", "~> 0.4" | ||
gem "tty-platform", "~> 0.3" | ||
gem "tty-progressbar", git: "https://github.com/piotrmurach/tty-progressbar" | ||
gem "tty-prompt","~> 0.22" | ||
gem "tty-screen", "~> 0.8" | ||
gem "tty-spinner", "~> 0.9" | ||
gem "tty-table", git: "https://github.com/piotrmurach/tty-table" | ||
gem "tty-tree", "~> 0.4" | ||
gem "tty-which", "~> 0.4" | ||
|
||
group :metrics do | ||
gem 'simplecov', '~> 0.16.1' | ||
gem 'yardstick', '~> 0.9.9' | ||
gem "simplecov", "~> 0.16.1" | ||
gem "yardstick", "~> 0.9.9" | ||
end | ||
|
||
group :benchmarks do | ||
gem 'benchmark-ips', '~> 2.7.2' | ||
gem "benchmark-ips", "~> 2.7.2" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters