Skip to content

Commit

Permalink
Merge pull request #370 from Sharpie/update-travis-ruby-version
Browse files Browse the repository at this point in the history
Update Ruby versions in Travis matrix
  • Loading branch information
ggiamarchi committed May 15, 2019
2 parents cf536c4 + cad6afe commit b831cb9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ matrix:
include:
- rvm: 2.2.5
env: VAGRANT_VERSION=v1.9.8
- rvm: 2.2.5
- rvm: 2.4.4
env: VAGRANT_VERSION=v2.0.4
- rvm: 2.2.5
env: VAGRANT_VERSION=v2.1.2
- rvm: 2.4.4
env: VAGRANT_VERSION=v2.1.4

sudo: false
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
describe 'get_api_version_list' do
it 'returns version list' do
stub_request(:get, 'http://glance/')
.with(header: { 'Accept' => 'application/json' })
.with(headers: { 'Accept' => 'application/json' })
.to_return(
status: 200,
body: '{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
context 'basic' do
it 'returns version list' do
stub_request(:get, 'http://neutron/')
.with(header: { 'Accept' => 'application/json' })
.with(headers: { 'Accept' => 'application/json' })
.to_return(
status: 200,
body: '{
Expand Down
2 changes: 1 addition & 1 deletion source/vagrant-openstack-provider.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec', '~> 3.1.0'
gem.add_development_dependency 'rspec-its', '~> 1.0.1'
gem.add_development_dependency 'rspec-expectations', '~> 3.1.2'
gem.add_development_dependency 'webmock', '~> 1.18.0'
gem.add_development_dependency 'webmock', '~> 3.4.2'
gem.add_development_dependency 'fakefs', '~> 0.5.2'

gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
Expand Down

0 comments on commit b831cb9

Please sign in to comment.