We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ccc008 + 19e8141 commit 1f86329Copy full SHA for 1f86329
lib/guard/bundler/templates/Guardfile
@@ -1,5 +1,5 @@
1
guard 'bundler' do
2
watch('Gemfile')
3
- # Uncomment next line if Gemfile contain `gemspec' command
+ # Uncomment next line if your Gemfile contains the `gemspec' command.
4
# watch(/^.+\.gemspec/)
5
end
0 commit comments