aboutsummaryrefslogtreecommitdiff
path: root/.sync.yml
diff options
context:
space:
mode:
Diffstat (limited to '.sync.yml')
-rw-r--r--.sync.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.sync.yml b/.sync.yml
index 1321017..268c44c 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -3,7 +3,7 @@ Gemfile:
optional:
":development":
- gem: beaker
- version: '~> 5.0'
+ version: '~> 6.0'
from_env: BEAKER_VERSION
- gem: beaker-abs
from_env: BEAKER_ABS_VERSION
@@ -16,7 +16,7 @@ Gemfile:
# beaker-puppet supports newer Rubies (PA-6136)
- gem: beaker-puppet
from_env: BEAKER_PUPPET_VERSION
- version: '~> 3.0'
+ version: '~> 4.0'
condition: Gem::Requirement.create('< 3.2.0').satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))
- gem: async
version: '~> 1'