Skip to content

Commit

Permalink
Update outdated webmock, vcr, rspec gems.
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Innis <[email protected]>
  • Loading branch information
tylerschultz authored and Christian Williams committed Mar 10, 2015
1 parent f254854 commit bc97511
Show file tree
Hide file tree
Showing 19 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ group :development, :test do
gem 'bosh-stemcell', path: 'bosh-stemcell'
gem 'serverspec'

gem 'rspec', '~> 3.0'
gem 'rspec', '~> 3.0.0'
gem 'rspec-its'
gem 'rspec-instafail'

Expand Down
22 changes: 12 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.0)
addressable (2.3.4)
addressable (2.3.7)
ast (2.0.0)
aws-sdk (1.60.2)
aws-sdk-v1 (= 1.60.2)
Expand All @@ -270,7 +270,8 @@ GEM
codeclimate-test-reporter (0.3.0)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
crack (0.3.2)
crack (0.4.2)
safe_yaml (~> 1.0.0)
daemons (1.1.9)
diff-lcs (1.2.5)
docile (1.1.5)
Expand Down Expand Up @@ -439,19 +440,19 @@ GEM
rspec-core (~> 3.0.0)
rspec-expectations (~> 3.0.0)
rspec-mocks (~> 3.0.0)
rspec-core (3.0.0)
rspec-core (3.0.4)
rspec-support (~> 3.0.0)
rspec-expectations (3.0.0)
rspec-expectations (3.0.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.0.0)
rspec-instafail (0.2.6)
rspec
rspec-its (1.0.1)
rspec-core (>= 2.99.0.beta1)
rspec-expectations (>= 2.99.0.beta1)
rspec-mocks (3.0.0)
rspec-mocks (3.0.4)
rspec-support (~> 3.0.0)
rspec-support (3.0.0)
rspec-support (3.0.4)
rubocop (0.23.0)
json (>= 1.7.7, < 2)
parser (~> 2.1.9)
Expand All @@ -472,6 +473,7 @@ GEM
rufus-scheduler (2.0.24)
tzinfo (>= 0.3.22)
rugged (0.19.0)
safe_yaml (1.0.4)
semi_semantic (1.1.0)
sequel (3.43.0)
serverspec (0.15.4)
Expand Down Expand Up @@ -505,11 +507,11 @@ GEM
trollop (1.16.2)
tzinfo (1.2.2)
thread_safe (~> 0.1)
vcr (2.7.0)
vcr (2.9.3)
vegas (0.1.11)
rack (>= 1.0.0)
webmock (1.11.0)
addressable (>= 2.2.7)
webmock (1.20.4)
addressable (>= 2.3.6)
crack (>= 0.3.2)
yajl-ruby (1.2.1)

Expand Down Expand Up @@ -553,7 +555,7 @@ DEPENDENCIES
rake (~> 10.0)
redis
rest-client
rspec (~> 3.0)
rspec (~> 3.0.0)
rspec-instafail
rspec-its
rubocop
Expand Down
Binary file removed vendor/cache/addressable-2.3.4.gem
Binary file not shown.
Binary file added vendor/cache/addressable-2.3.7.gem
Binary file not shown.
Binary file removed vendor/cache/crack-0.3.2.gem
Binary file not shown.
Binary file added vendor/cache/crack-0.4.2.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-expectations-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-3.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-support-3.0.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-support-3.0.4.gem
Binary file not shown.
Binary file added vendor/cache/safe_yaml-1.0.4.gem
Binary file not shown.
Binary file removed vendor/cache/vcr-2.7.0.gem
Binary file not shown.
Binary file added vendor/cache/vcr-2.9.3.gem
Binary file not shown.
Binary file removed vendor/cache/webmock-1.11.0.gem
Binary file not shown.
Binary file added vendor/cache/webmock-1.20.4.gem
Binary file not shown.

0 comments on commit bc97511

Please sign in to comment.