summaryrefslogtreecommitdiff
path: root/templates/project/Gemfile
diff options
context:
space:
mode:
authorpushmatrix <daniel.beauchamp@gmail.com>2013-11-21 17:50:11 +0100
committerpushmatrix <daniel.beauchamp@gmail.com>2013-11-21 17:50:11 +0100
commit5b045724acd44e691552c0fb8f86b61aa2e0cd06 (patch)
treefce5f5a911ab278b1801cb7b03e5089ba3b84f65 /templates/project/Gemfile
parent4177623a7a5e7967514a0d92095e0dcb32896026 (diff)
Update to use the new Twitter 5.0.0 gem.
Diffstat (limited to 'templates/project/Gemfile')
-rw-r--r--templates/project/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project/Gemfile b/templates/project/Gemfile
index e6ccd84..3c7e7a9 100644
--- a/templates/project/Gemfile
+++ b/templates/project/Gemfile
@@ -3,4 +3,4 @@ source 'https://rubygems.org'
gem 'dashing'
## Remove this if you don't need a twitter widget.
-gem 'twitter' \ No newline at end of file
+gem 'twitter', '>= 5.0.0' \ No newline at end of file