method_source dependency doesn't need to be relaxed anymore.

The latest method_source satisfying the dependency is already available.
epel9
Vít Ondruch 4 years ago
parent ecbc0053ab
commit c248ba8850

@ -47,11 +47,6 @@ pushd %{_builddir}
%patch0 -p1
popd
# Relax method_source. It seems that the higher version is enforced just
# due to JRuby.
%gemspec_remove_dep -g method_source "~> 1.0"
%gemspec_add_dep -g method_source "< 2"
%build
# Create the gem as gem install only works on a gem file

Loading…
Cancel
Save