Skip to content

Commit

Permalink
Pin parallel gem in test for Ruby 2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Nov 12, 2020
1 parent b72d5a6 commit 410e7ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ end
group :development do
gem "rake", ">= 12.0"
gem "rspec", ">= 3.4"
end
end

# pin until we drop ruby 2.4 and then remove this entirely
gem "parallel", "< 1.20"

0 comments on commit 410e7ea

Please sign in to comment.