Change required Ruby version to >=2.3

* This commit does every 2.3 change required to get the build pass
* None of the changes can be extracted, without changing the build setup
This commit is contained in:
Markus Schirp 2018-09-12 14:21:24 +00:00
parent b007f3c66e
commit 99ab9ff171
363 changed files with 384 additions and 20 deletions

View file

@ -1,3 +1,4 @@
# frozen_string_literal: true
Mutant::Meta::Example.add :blockarg do
source 'foo { |&bar| }'