Skip to content

Commit 5976ee3

Browse files
committed
Update required rspec version
Commit 693c2e9 introduced a dependency on `to_stderr_from_any_process`, an API introduced in rspec 3.2.
1 parent 2cc6701 commit 5976ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ end
1010
group :test do
1111
gem "childlabor"
1212
gem "coveralls", ">= 0.8.19"
13-
gem "rspec", ">= 3"
13+
gem "rspec", ">= 3.2"
1414
gem "rspec-mocks", ">= 3"
1515
gem "rubocop", "~> 0.50.0"
1616
gem "simplecov", ">= 0.13"

0 commit comments

Comments
 (0)