Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Update rubocop and some other gems
Browse files Browse the repository at this point in the history
Andre Medeiros committed Jun 18, 2015
1 parent 5e9db33 commit 23b6735
Showing 14 changed files with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@ GEM
gyoku (>= 0.4.0)
nokogiri
ast (2.0.0)
astrolabe (1.3.0)
parser (>= 2.2.0.pre.3, < 3.0)
berkshelf (3.1.5)
addressable (~> 2.3.4)
berkshelf-api-client (~> 1.2)
@@ -77,7 +79,7 @@ GEM
uuidtools (~> 2.1.1)
winrm (~> 1.1.2)
erubis (2.7.0)
eventmachine (1.0.3)
eventmachine (1.0.7)
excon (0.31.0)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
@@ -159,7 +161,7 @@ GEM
net-ssh-multi (1.2.0)
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
nio4r (1.0.0)
nio4r (1.1.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
nori (1.1.5)
@@ -176,12 +178,11 @@ GEM
mixlib-shellout (~> 1.2)
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
parser (2.2.0.pre.4)
parser (2.2.2.5)
ast (>= 1.1, < 3.0)
slop (~> 3.4, >= 3.4.5)
plist (3.1.0)
polyglot (0.3.5)
powerpack (0.0.9)
powerpack (0.1.1)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
@@ -221,12 +222,13 @@ GEM
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-support (3.0.4)
rubocop (0.25.0)
parser (>= 2.2.0.pre.4, < 3.0)
powerpack (~> 0.0.6)
rubocop (0.32.0)
astrolabe (~> 1.3)
parser (>= 2.2.2.5, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-progressbar (1.5.1)
ruby-progressbar (1.7.5)
rubyntlm (0.1.1)
rufus-lru (1.0.5)
safe_yaml (1.0.3)
@@ -291,3 +293,6 @@ DEPENDENCIES
knife-ec2
rubocop (~> 0.23)
test-kitchen (~> 1.0)

BUNDLED WITH
1.10.4
Binary file added vendor/cache/astrolabe-1.3.0.gem
Binary file not shown.
Binary file removed vendor/cache/eventmachine-1.0.3.gem
Binary file not shown.
Binary file added vendor/cache/eventmachine-1.0.7.gem
Binary file not shown.
Binary file removed vendor/cache/nio4r-1.0.0.gem
Binary file not shown.
Binary file added vendor/cache/nio4r-1.1.0.gem
Binary file not shown.
Binary file removed vendor/cache/parser-2.2.0.pre.4.gem
Binary file not shown.
Binary file added vendor/cache/parser-2.2.2.5.gem
Binary file not shown.
Binary file removed vendor/cache/powerpack-0.0.9.gem
Binary file not shown.
Binary file added vendor/cache/powerpack-0.1.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-0.25.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-0.32.0.gem
Binary file not shown.
Binary file removed vendor/cache/ruby-progressbar-1.5.1.gem
Binary file not shown.
Binary file added vendor/cache/ruby-progressbar-1.7.5.gem
Binary file not shown.

0 comments on commit 23b6735

Please sign in to comment.