Skip to content

Commit

Permalink
Require 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed May 2, 2024
1 parent 5208433 commit c076780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
Gemfile:
optional:
':system_tests':
- gem: 'voxpupuli-acceptance'
version: '~> 3.1'
':test':
- gem: 'redis'
- gem: 'mock_redis'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :development do
end

group :system_tests do
gem 'voxpupuli-acceptance', '~> 3.0', :require => false
gem 'voxpupuli-acceptance', '~> 3.1', :require => false
end

group :release do
Expand Down

0 comments on commit c076780

Please sign in to comment.