diff options
Diffstat (limited to 'templates/project/Gemfile')
-rw-r--r-- | templates/project/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project/Gemfile b/templates/project/Gemfile index 7724b81..75cc574 100644 --- a/templates/project/Gemfile +++ b/templates/project/Gemfile @@ -1,3 +1,3 @@ source :rubygems -gem 'dashing', '0.1.0', :git => 'git@github.com:Shopify/dashing.git'
\ No newline at end of file +gem 'dashing'
\ No newline at end of file |