Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump ruby 2.4.2->2.4.3 #446

Merged
merged 1 commit into from
Jan 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
docker_sets:
docker_defaults:
# values will replace @@SET@@ with the docker_sets' value
rvm: 2.4.2
rvm: 2.4.3
sudo: required
dist: trusty
services: docker
Expand All @@ -13,16 +13,16 @@
- rvm: 2.1.9
env: PUPPET_VERSION="~> 4.0" CHECK=test PARALLEL_TEST_PROCESSORS=12
bundler_args: --without system_tests development release
- rvm: 2.4.2
- rvm: 2.4.3
env: PUPPET_VERSION="~> 5.0" CHECK=test_with_coveralls
bundler_args: --without system_tests development release
- rvm: 2.5.0
env: PUPPET_VERSION="~> 5.0" CHECK=test_with_coveralls
bundler_args: --without system_tests development release
- rvm: 2.4.2
- rvm: 2.4.3
env: PUPPET_VERSION="~> 5.0" CHECK=rubocop
bundler_args: --without system_tests development release
- rvm: 2.4.2
- rvm: 2.4.3
env: PUPPET_VERSION="~> 5.0" CHECK=build DEPLOY_TO_FORGE=yes
bundler_args: --without system_tests development release
Gemfile:
Expand Down