Skip to content

Commit

Permalink
Change to use latest pastel version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jul 4, 2020
1 parent cbcff19 commit 2c7d73d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ source "https://rubygems.org"

gemspec

gem "pastel", git: "https://github.com/piotrmurach/pastel"

group :test do
gem 'benchmark-ips', '~> 2.7.2'
gem 'simplecov', '~> 0.16.1'
gem 'coveralls', '~> 0.8.22'
gem "benchmark-ips", "~> 2.7.2"
gem "simplecov", "~> 0.16.1"
gem "coveralls", "~> 0.8.22"
end

group :metrics do
gem 'yardstick', '~> 0.9.9'
gem "yardstick", "~> 0.9.9"
end
2 changes: 1 addition & 1 deletion tty-pie.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.0.0"

spec.add_dependency "pastel", "~> 0.7.3"
# spec.add_dependency "pastel", "~> 0.7.3"
spec.add_dependency "tty-cursor", "~> 0.7"

spec.add_development_dependency "rake"
Expand Down

0 comments on commit 2c7d73d

Please sign in to comment.