This repository was archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dependencies, including slop to the latest version and hiera-e…
…yaml to the latest version to suppress the deprecation notice
- Loading branch information
Showing
3 changed files
with
14 additions
and
11 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,6 +1,6 @@ | ||
source "https://rubygems.org" | ||
|
||
gem 'slop', '~> 3.6' | ||
gem 'slop', '~> 4.7' | ||
gem 'colorize' | ||
gem 'hiera-eyaml' | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
Gem::Specification.new do |s| | ||
s.name = 'chorizo' | ||
s.version = '0.1.7' | ||
s.date = '2018-02-16' | ||
s.version = '0.2.0' | ||
s.summary = 'Parse and set environment variables on hosting providers' | ||
s.description = 'Parse and set environment variables on hosting providers' | ||
s.authors = ["Daniel Arnold"] | ||
s.email = '[email protected]' | ||
s.files = Dir['lib/*'] | ||
s.add_runtime_dependency 'colorize', '0.7.7' | ||
s.add_runtime_dependency 'slop', '~> 3.6' | ||
s.add_runtime_dependency 'hiera-eyaml', '2.1.0' | ||
s.add_runtime_dependency 'colorize', '~> 0.8' | ||
s.add_runtime_dependency 'slop', '~> 4.7' | ||
s.add_runtime_dependency 'hiera-eyaml', '~> 3.0' | ||
s.executables << 'chorizo' | ||
s.homepage = 'http://rubygems.org/gems/chorizo' | ||
s.homepage = 'https://github.com/cacheventures/chorizo' | ||
|