Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
Update ruby to 2.3.0, remove pinning from Gemfile to see if we can ge…
Browse files Browse the repository at this point in the history
…t tests passing
  • Loading branch information
Scott Nelson Windels committed Jan 16, 2017
1 parent f12221e commit 8f6e2c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.2.4
ruby-2.3.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.2.4
- 2.3.0

sudo: required
services: docker
Expand Down
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ gem 'berkshelf'
gem 'stove'

group :test do
gem 'rake', '~> 11.2.2'
gem 'test-kitchen', '~> 1.10.2'
gem 'foodcritic', '~> 7.0.1'
gem 'rubocop', '~> 0.41.2'
gem 'chefspec', '~> 4.7.0'
gem 'buff-extensions', '~> 1.0.0'
gem 'rake'
gem 'test-kitchen'
gem 'foodcritic'
gem 'rubocop'
gem 'chefspec'
gem 'buff-extensions'
end

group :vagrant do
gem 'kitchen-vagrant', '~> 0.20.0'
gem 'kitchen-vagrant'
end

group :development do
gem 'knife-cookbook-doc', '~> 0.7.0'
gem 'knife-cookbook-doc'
gem 'kitchen-openstack'
gem 'kitchen-transport-rsync'
end

group :integration_docker do
gem 'kitchen-docker', '~> 2.3'
gem 'kitchen-docker'
end

0 comments on commit 8f6e2c7

Please sign in to comment.