We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a797d1 commit d45cfd6Copy full SHA for d45cfd6
1 file changed
rubygem-protobuf.spec
@@ -18,6 +18,9 @@ BuildRequires: rubygem(rspec) >= 3.0
18
# BuildRequires: rubygem(yard)
19
# BuildRequires: rubygem(varint)
20
# BuildRequires: rubygem(ruby-prof)
21
+BuildRequires: rubygem(middleware)
22
+BuildRequires: rubygem(activesupport)
23
+BuildRequires: rubygem(timecop)
24
BuildArch: noarch
25
26
%description
@@ -55,7 +58,10 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
55
58
pushd .%{gem_instdir}
56
59
57
60
# Avoid bundler dependency
-sed -i '/require .bundler./ s/^/#/g' spec/spec_helper.rb
61
+sed -i -e '/require .pry./ s/^/#/g' \
62
+ -e '/require .bundler./ s/^/#/g' \
63
+ -e '/^Bundler\./ s/^/#/g' \
64
+ spec/spec_helper.rb
65
66
rspec spec
67
popd
0 commit comments