Quellcode durchsuchen

minor tweaks to the Rakefile

Ruduki2 vor 5 Jahren
Ursprung
Commit
0f36567c50
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      Rakefile

+ 2 - 2
Rakefile

@@ -82,7 +82,7 @@ task import: %w(bundle_install) do
 end
 
 task :bundle_install do
-  sh 'bundle install'
+  sh 'bundle check || bundle install'
 end
 
 task :clean do
@@ -100,7 +100,7 @@ task :lint do
       .each do |link|
         case link.scan('->').length
         when 0
-          #puts("link contains no ->, probably not a problem")
+          #link contains no ->, probably not a problem
           text = link
         when 1
           # no problem