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 cccba3b + fa486c4 commit 19e8141Copy full SHA for 19e8141
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