Removing one of two instances of 'rake' in Gemfile

I opted to remove it from the development group.

Larry Gilbert преди 11 години
родител
ревизия
91b9b4dc8f
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      Gemfile

+ 0 - 1
Gemfile

@@ -52,6 +52,5 @@ group :development, :test do
52 52
   gem 'shoulda-matchers'
53 53
   gem 'rr'
54 54
   gem 'webmock', :require => false
55
-  gem 'rake'
56 55
   gem 'coveralls', :require => false
57 56
 end