Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

pin hitimes + bump everything else #1546

Merged
merged 1 commit into from
Apr 14, 2018
Merged
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
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ source "https://rubygems.org"

gemspec

# XXX: this idiotic pin can go away when berkshelf-7 is included
gem "hitimes", "= 1.2.3"

gem "bundler"

group(:omnibus_package, :development, :test) do
Expand Down
35 changes: 18 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (5.1.6)
activesupport (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -30,21 +30,21 @@ GEM
mixlib-shellout (~> 2.0)
artifactory (2.8.2)
ast (2.4.0)
aws-sdk (2.11.31)
aws-sdk-resources (= 2.11.31)
aws-sdk-core (2.11.31)
aws-sdk (2.11.33)
aws-sdk-resources (= 2.11.33)
aws-sdk-core (2.11.33)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.11.31)
aws-sdk-core (= 2.11.31)
aws-sdk-resources (2.11.33)
aws-sdk-core (= 2.11.33)
aws-sigv4 (1.0.2)
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
azure_mgmt_resources (0.16.0)
ms_rest_azure (~> 0.10.0)
backports (3.11.1)
backports (3.11.2)
berkshelf (6.3.2)
buff-config (~> 2.0)
buff-extensions (~> 2.0)
Expand Down Expand Up @@ -196,9 +196,9 @@ GEM
cheffish (13.1.0)
chef-zero (~> 13.0)
net-ssh
chefspec (7.1.2)
chefspec (7.2.0)
chef (>= 12.14.89)
fauxhai (>= 4, < 6)
fauxhai (>= 4)
rspec (~> 3.0)
chefstyle (0.6.0)
rubocop (= 0.49.1)
Expand All @@ -224,7 +224,7 @@ GEM
backports (>= 3.8.0)
cucumber-tag_expressions (~> 1.1.0)
gherkin (>= 5.0.0)
cucumber-expressions (5.0.15)
cucumber-expressions (5.0.17)
cucumber-tag_expressions (1.1.1)
cucumber-wire (0.0.1)
dco (1.0.1)
Expand Down Expand Up @@ -258,7 +258,7 @@ GEM
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
fauxhai (5.6.0)
fauxhai (6.1.0)
net-ssh
ffi (1.9.23)
ffi (1.9.23-x64-mingw32)
Expand Down Expand Up @@ -313,7 +313,7 @@ GEM
fog-xml (0.1.3)
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
foodcritic (13.0.0)
foodcritic (13.1.1)
cucumber-core (>= 1.3)
erubis
ffi-yajl (~> 2.0)
Expand Down Expand Up @@ -359,8 +359,8 @@ GEM
builder (>= 2.1.2)
hashie (3.5.7)
highline (1.7.10)
hitimes (1.2.6)
hitimes (1.2.6-x86-mingw32)
hitimes (1.2.3)
hitimes (1.2.3-x86-mingw32)
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
Expand Down Expand Up @@ -526,7 +526,7 @@ GEM
shellany (~> 0.0)
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
ohai (13.8.0)
ohai (13.9.0)
chef-config (>= 12.5.0.alpha.1, < 14)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
Expand All @@ -546,7 +546,7 @@ GEM
os (0.9.6)
paint (1.0.1)
parallel (1.12.1)
parser (2.5.0.5)
parser (2.5.1.0)
ast (~> 2.4.0)
parslet (1.8.2)
plist (3.4.0)
Expand Down Expand Up @@ -685,7 +685,7 @@ GEM
timers (4.0.4)
hitimes
tomlrb (1.2.6)
train (1.3.0)
train (1.4.0)
aws-sdk (~> 2)
azure_mgmt_resources (~> 0.15)
docker-api (~> 1.26)
Expand Down Expand Up @@ -791,6 +791,7 @@ DEPENDENCIES
ffi-rzmq-core
foodcritic (>= 12.1)
guard
hitimes (= 1.2.3)
inspec (~> 2)
kitchen-digitalocean (>= 0.9.8)
kitchen-dokken (>= 2.5.0)
Expand Down