Skip to content

Commit

Permalink
Add coveralls gem to Rack 1.3 Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 26, 2013
1 parent 95a9166 commit 28d7d61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ group :development do
end

group :test do
gem 'coveralls'
gem 'coveralls', :require => false
gem 'rack-test'
gem 'rspec', '>= 2.11'
gem 'simplecov', :require => false
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.rack-1.3.x
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ gem 'rake'
gem 'yard'

group :test do
gem 'coveralls', :require => false
gem 'rack-test'
gem 'rspec', '>= 2.11'
gem 'simplecov'
gem 'simplecov', :require => false
end

gemspec

0 comments on commit 28d7d61

Please sign in to comment.