diff options
Diffstat (limited to 'templates/project/Gemfile')
-rw-r--r-- | templates/project/Gemfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/project/Gemfile b/templates/project/Gemfile index 8f1b17a..e6ccd84 100644 --- a/templates/project/Gemfile +++ b/templates/project/Gemfile @@ -1,3 +1,6 @@ source 'https://rubygems.org' -gem 'dashing'
\ No newline at end of file +gem 'dashing' + +## Remove this if you don't need a twitter widget. +gem 'twitter'
\ No newline at end of file |