mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
replace coveralls with coveralls_reborn
This commit is contained in:
parent
b8578059da
commit
74df720aea
2 changed files with 7 additions and 8 deletions
2
Gemfile
2
Gemfile
|
@ -29,7 +29,7 @@ gem 'geoip'
|
|||
gem 'io-extra', require: 'io/extra'
|
||||
#gem 'rye'
|
||||
gem 'base32'
|
||||
gem 'coveralls', require: false
|
||||
gem 'coveralls_reborn', require: false
|
||||
gem 'sanitize'
|
||||
gem 'will_paginate'
|
||||
gem 'simpleidn'
|
||||
|
|
13
Gemfile.lock
13
Gemfile.lock
|
@ -50,12 +50,11 @@ GEM
|
|||
coderay (1.1.3)
|
||||
concurrent-ruby (1.1.10)
|
||||
connection_pool (2.3.0)
|
||||
coveralls (0.7.1)
|
||||
multi_json (~> 1.3)
|
||||
rest-client
|
||||
simplecov (>= 0.7)
|
||||
term-ansicolor
|
||||
thor
|
||||
coveralls_reborn (0.25.0)
|
||||
simplecov (>= 0.18.1, < 0.22.0)
|
||||
term-ansicolor (~> 1.6)
|
||||
thor (>= 0.20.3, < 2.0)
|
||||
tins (~> 1.16)
|
||||
crack (0.4.5)
|
||||
rexml
|
||||
crass (1.0.6)
|
||||
|
@ -318,7 +317,7 @@ DEPENDENCIES
|
|||
bcrypt
|
||||
capybara
|
||||
certified
|
||||
coveralls
|
||||
coveralls_reborn
|
||||
dav4rack!
|
||||
erubis
|
||||
fabrication
|
||||
|
|
Loading…
Add table
Reference in a new issue