Skip to content

Commit 567a078

Browse files
committed
Revert "don't error out if there's no Gemfile"
This reverts commit f627008.
1 parent 41a9058 commit 567a078

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/language_pack/ruby.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,6 @@ def rake_task_defined?(task)
638638
out = run("env PATH=$PATH bundle exec #{task_check}")
639639
if $?.success?
640640
out.strip == "true"
641-
elsif out.include?("No Rakefile found")
642-
false
643641
else
644642
error(out)
645643
end

0 commit comments

Comments
 (0)