From f82a8995ec4958bd426e1de9a356eaac636a6b5e Mon Sep 17 00:00:00 2001 From: Dan Croak Date: Fri, 16 Mar 2012 11:36:56 -0400 Subject: [PATCH] [#36] Use 2.0.0 gem on project blank slate --- app/views/projects/_installation_instructions.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/_installation_instructions.html.erb b/app/views/projects/_installation_instructions.html.erb index 7f8e5c5..a347376 100644 --- a/app/views/projects/_installation_instructions.html.erb +++ b/app/views/projects/_installation_instructions.html.erb @@ -4,7 +4,7 @@
  1. Add the copycopter_client gem to your bundler Gemfile: -
    gem 'copycopter_client'
    +
    gem 'copycopter_client', '2.0.0'