Skip to content

Commit 7752c8a

Browse files
author
Kylo Ginsberg
committed
(maint) Pin rake for acceptance to the last 1.8 compatible version
1 parent 7769914 commit 7752c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance_tests/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source ENV['GEM_SOURCE'] || "https://rubygems.org"
22

33
gem "beaker", "~> 1.3.1"
4-
gem "rake"
4+
gem 'rake', "~> 10.1.0"
55

66
if File.exists? "#{__FILE__}.local"
77
eval(File.read("#{__FILE__}.local"), binding)

0 commit comments

Comments
 (0)