Project

General

Profile

Actions

Defect #1158

closed

Backlogsプラグインとgemのバージョンがコンフリクト

Added by - - about 12 years ago. Updated about 12 years ago.

Status:
終了(Closed)
Priority:
通常(Normal)
Assignee:
-
Category:
-
Target version:
Start date:
12/30/2012
Due date:
% Done:

0%

Estimated time:

Description

Backlogsプラグインと組みわせて使おうとすると、simplecovのバージョンがコンフリクトを起こして、bundleでgemがインストールできません。次のように修正することで、一緒に利用できるようになるので、よろしければ対応をお願いします。

diff -r ecafb0489483 Gemfile
--- a/Gemfile   Sat Dec 08 15:23:13 2012 +0900
+++ b/Gemfile   Sun Dec 30 12:16:05 2012 +0900
@@ -1,7 +1,7 @@
 source :rubygems

 group :test do
-  gem "simplecov" 
+  gem "simplecov", "~> 0.6" 
   gem "simplecov-rcov" 
   gem 'factory_girl_rails'
 end
Actions

Also available in: Atom PDF