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 'io-extra', require: 'io/extra'
|
||||||
#gem 'rye'
|
#gem 'rye'
|
||||||
gem 'base32'
|
gem 'base32'
|
||||||
gem 'coveralls', require: false
|
gem 'coveralls_reborn', require: false
|
||||||
gem 'sanitize'
|
gem 'sanitize'
|
||||||
gem 'will_paginate'
|
gem 'will_paginate'
|
||||||
gem 'simpleidn'
|
gem 'simpleidn'
|
||||||
|
|
13
Gemfile.lock
13
Gemfile.lock
|
@ -50,12 +50,11 @@ GEM
|
||||||
coderay (1.1.3)
|
coderay (1.1.3)
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.1.10)
|
||||||
connection_pool (2.3.0)
|
connection_pool (2.3.0)
|
||||||
coveralls (0.7.1)
|
coveralls_reborn (0.25.0)
|
||||||
multi_json (~> 1.3)
|
simplecov (>= 0.18.1, < 0.22.0)
|
||||||
rest-client
|
term-ansicolor (~> 1.6)
|
||||||
simplecov (>= 0.7)
|
thor (>= 0.20.3, < 2.0)
|
||||||
term-ansicolor
|
tins (~> 1.16)
|
||||||
thor
|
|
||||||
crack (0.4.5)
|
crack (0.4.5)
|
||||||
rexml
|
rexml
|
||||||
crass (1.0.6)
|
crass (1.0.6)
|
||||||
|
@ -318,7 +317,7 @@ DEPENDENCIES
|
||||||
bcrypt
|
bcrypt
|
||||||
capybara
|
capybara
|
||||||
certified
|
certified
|
||||||
coveralls
|
coveralls_reborn
|
||||||
dav4rack!
|
dav4rack!
|
||||||
erubis
|
erubis
|
||||||
fabrication
|
fabrication
|
||||||
|
|
Loading…
Add table
Reference in a new issue