Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Bump brewcask to 0.0.11 #853

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ source "https://rubygems.org"

gem "boxen", "~> 2.9.0"
gem "hiera", "~> 1.3.3"
gem "librarian-puppet", "~> 1.0.9"
gem "librarian-puppet"
gem "puppet", "3.7.1"
gem "librarianp",
git: "https://github.com/voxpupuli/librarian.git",
branch: "librarianp"
gem "puppet-lint", "0.3.2"
gem "puppetlabs_spec_helper", "0.4.1"
gem "open4", "~> 1.3.4"
Expand Down
15 changes: 12 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/voxpupuli/librarian.git
revision: 4d78d88be2d7673a136e78760085fbf9664ff27d
branch: librarianp
specs:
librarianp (0.6.3)
thor (~> 0.15)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -28,7 +36,7 @@ GEM
highline (1.6.21)
jmespath (1.0.2)
multi_json (~> 1.0)
json (1.8.3)
json (2.1.0)
json_pure (1.8.2)
librarian (0.1.2)
highline
Expand Down Expand Up @@ -91,7 +99,7 @@ GEM
net-ssh (>= 2.7, < 4.0)
net-telnet
sfl
thor (0.19.1)
thor (0.20.0)

PLATFORMS
ruby
Expand All @@ -101,7 +109,8 @@ DEPENDENCIES
boxen (~> 2.9.0)
deep_merge (~> 1.0)
hiera (~> 1.3.3)
librarian-puppet (~> 1.0.9)
librarian-puppet
librarianp!
net-ssh
open4 (~> 1.3.4)
puppet (= 3.7.1)
Expand Down
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ github "module_data", "0.0.4", :repo => "ripienaar/puppet-module-data"
# Core modules for a basic development environment. You can replace
# some/most of these if you want, but it's not recommended.

github "brewcask", "0.0.10"
github "brewcask", "0.0.11"
github "dnsmasq", "2.0.2"
github "foreman", "1.2.0"
github "gcc", "3.0.2"
Expand Down
4 changes: 2 additions & 2 deletions Puppetfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GITHUBTARBALL
GITHUBTARBALL
remote: boxen/puppet-brewcask
specs:
brewcask (0.0.10)
brewcask (0.0.11)

GITHUBTARBALL
remote: boxen/puppet-dnsmasq
Expand Down Expand Up @@ -105,7 +105,7 @@ GITHUBTARBALL

DEPENDENCIES
boxen (= 3.12.0)
brewcask (= 0.0.10)
brewcask (= 0.0.11)
dnsmasq (= 2.0.2)
foreman (= 1.2.0)
gcc (= 3.0.2)
Expand Down
Binary file removed vendor/cache/json-1.8.3.gem
Binary file not shown.
Binary file added vendor/cache/json-2.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/thor-0.19.1.gem
Binary file not shown.
Binary file added vendor/cache/thor-0.20.0.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.