Skip to content

Commit

Permalink
Add some dev dependencies to enhance irb
Browse files Browse the repository at this point in the history
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
  • Loading branch information
marcparadise committed Mar 22, 2018
1 parent 97ab2a3 commit c470b9c
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Bundle Install
command: |
pushd components/chef-workstation
bundle install --path vendor/bundle
bundle install --path vendor/bundle --without localdev
popd
- type: cache-save
name: Save bundle cache
Expand Down
4 changes: 4 additions & 0 deletions components/chef-workstation/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ source "https://rubygems.org"
gemspec

gem "mixlib-config", git: "https://github.com/chef/mixlib-config", branch: "master"

group :localdev do
gem "irbtools-more", require: "irbtools/binding"
end
74 changes: 69 additions & 5 deletions components/chef-workstation/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,42 @@ GEM
aws-sigv4 (1.0.2)
azure_mgmt_resources (0.16.0)
ms_rest_azure (~> 0.10.0)
binding.repl (3.0.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bond (0.5.1)
builder (3.2.3)
byebug (10.0.0)
chefstyle (0.8.0)
rubocop (= 0.52.1)
byebug (10.0.1)
cd (1.0.1)
chefstyle (0.9.0)
rubocop (= 0.54.0)
citrus (3.0.2)
clipboard (1.1.1)
code (0.9.2)
coderay (~> 1.1)
method_source (~> 0.9)
coderay (1.1.2)
concurrent-ruby (1.0.5)
core_docs (0.9.3)
yard (~> 0.8)
debug_inspector (0.0.3)
debugging (1.1.1)
binding.repl (~> 3.0)
paint (>= 0.9, < 3.0)
did_you_mean (1.1.2)
diff-lcs (1.3)
docker-api (1.34.2)
excon (>= 0.47.0)
multi_json
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
every_day_irb (2.0.0)
cd (~> 1.0)
excon (0.61.0)
fancy_irb (1.1.0)
paint (>= 0.9, < 3.0)
unicode-display_width (~> 1.1)
faraday (0.14.0)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
Expand All @@ -61,17 +79,51 @@ GEM
ffi (>= 1.0.1)
gyoku (1.3.1)
builder (>= 2.1.2)
hirb (0.7.3)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
inifile (3.0.0)
instance (0.2.0)
interactive_editor (0.0.11)
spoon (>= 0.0.1)
irbtools (2.2.0)
binding.repl (~> 3.0)
clipboard (~> 1.1)
code (~> 0.9)
coderay (~> 1.1)
debugging (~> 1.1)
every_day_irb (~> 2.0)
fancy_irb (~> 1.1)
hirb (~> 0.7, >= 0.7.3)
instance (~> 0.2)
interactive_editor (~> 0.0, >= 0.0.10)
method_locator (~> 0.0, >= 0.0.4)
methodfinder (~> 2.0)
ori (~> 0.1.0)
os (~> 1.0)
paint (>= 0.9, < 3.0)
ruby_engine (~> 1.0)
ruby_info (~> 1.0)
ruby_version (~> 1.0)
wirb (~> 2.0)
irbtools-more (2.2.1)
binding_of_caller (~> 0.7)
bond (~> 0.5)
core_docs (>= 0.9.2)
did_you_mean (~> 1.0)
irbtools (~> 2.0)
looksee (~> 4.0)
jmespath (1.3.1)
json (2.1.0)
little-plugger (1.1.4)
logging (2.2.2)
little-plugger (~> 1.1)
multi_json (~> 1.10)
looksee (4.0.0)
method_locator (0.0.4)
method_source (0.9.0)
methodfinder (2.1.1)
mixlib-cli (1.7.0)
mixlib-install (3.9.3)
mixlib-shellout
Expand All @@ -95,6 +147,9 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
nori (2.6.0)
ori (0.1.0)
os (1.0.0)
paint (2.0.1)
parallel (1.12.1)
parser (2.5.0.4)
ast (~> 2.4.0)
Expand Down Expand Up @@ -128,16 +183,21 @@ GEM
rspec-support (3.7.1)
rspec_junit_formatter (0.3.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.52.1)
rubocop (0.54.0)
parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0)
parser (>= 2.5)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
ruby_engine (1.0.1)
ruby_info (1.0.1)
ruby_version (1.0.1)
rubyntlm (0.6.2)
rubyzip (1.2.1)
spoon (0.0.6)
ffi
thor (0.20.0)
timeliness (0.3.8)
toml-rb (1.1.1)
Expand Down Expand Up @@ -175,6 +235,9 @@ GEM
logging (>= 1.6.1, < 3.0)
rubyzip (~> 1.1)
winrm (~> 2.0)
wirb (2.1.2)
paint (>= 0.9, < 3.0)
yard (0.9.12)

PLATFORMS
ruby
Expand All @@ -183,6 +246,7 @@ DEPENDENCIES
bundler (~> 1.16)
chef-workstation!
chefstyle
irbtools-more
mixlib-config!
pry
pry-byebug
Expand Down

0 comments on commit c470b9c

Please sign in to comment.