diff --git a/lib/guard/bundler/templates/Guardfile b/lib/guard/bundler/templates/Guardfile index 984ebf9..11cbd6b 100644 --- a/lib/guard/bundler/templates/Guardfile +++ b/lib/guard/bundler/templates/Guardfile @@ -1,5 +1,5 @@ guard 'bundler' do watch('Gemfile') - # Uncomment next line if Gemfile contain `gemspec' command + # Uncomment next line if your Gemfile contains the `gemspec' command. # watch(/^.+\.gemspec/) end