remove rcov from Gemfile (we never used it); this makes rbx happy. reverted back to using rbx on travis
This commit is contained in:
parent
181bc6cd57
commit
810d8ab97a
3 changed files with 2 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- ree
|
- ree
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- rbx-2.0.0pre
|
- rbx
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=postgres
|
- DB=postgres
|
||||||
|
|
|
||||||
3
Gemfile
3
Gemfile
|
|
@ -120,7 +120,6 @@ group :test do
|
||||||
gem 'fixture_builder', '0.2.2'
|
gem 'fixture_builder', '0.2.2'
|
||||||
gem 'fuubar'
|
gem 'fuubar'
|
||||||
gem 'mongrel', :require => false, :platforms => :ruby_18
|
gem 'mongrel', :require => false, :platforms => :ruby_18
|
||||||
gem 'rcov', :require => false
|
|
||||||
gem 'rspec', '>= 2.0.0'
|
gem 'rspec', '>= 2.0.0'
|
||||||
gem 'rspec-core', '2.6.0'
|
gem 'rspec-core', '2.6.0'
|
||||||
gem 'rspec-instafail', '>= 0.1.7', :require => false
|
gem 'rspec-instafail', '>= 0.1.7', :require => false
|
||||||
|
|
@ -138,4 +137,4 @@ group :development do
|
||||||
gem 'ruby-debug', :platforms => :mri_18
|
gem 'ruby-debug', :platforms => :mri_18
|
||||||
gem 'sod', :git => 'git://github.com/MikeSofaer/sod.git', :require => false
|
gem 'sod', :git => 'git://github.com/MikeSofaer/sod.git', :require => false
|
||||||
gem 'yard'
|
gem 'yard'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -362,7 +362,6 @@ GEM
|
||||||
rake (0.9.2)
|
rake (0.9.2)
|
||||||
rash (0.3.0)
|
rash (0.3.0)
|
||||||
hashie (~> 1.0.0)
|
hashie (~> 1.0.0)
|
||||||
rcov (0.9.10)
|
|
||||||
rdoc (3.9.4)
|
rdoc (3.9.4)
|
||||||
redis (2.2.2)
|
redis (2.2.2)
|
||||||
redis-namespace (0.8.0)
|
redis-namespace (0.8.0)
|
||||||
|
|
@ -519,7 +518,6 @@ DEPENDENCIES
|
||||||
omniauth (= 0.2.6)
|
omniauth (= 0.2.6)
|
||||||
rails (= 3.0.10)
|
rails (= 3.0.10)
|
||||||
rails-i18n
|
rails-i18n
|
||||||
rcov
|
|
||||||
redcarpet!
|
redcarpet!
|
||||||
resque (= 1.10.0)
|
resque (= 1.10.0)
|
||||||
resque-ensure-connected
|
resque-ensure-connected
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue