Skip to content

Commit

Permalink
Merge pull request #323 from sue445/coveralls_reborn
Browse files Browse the repository at this point in the history
Migrate to coveralls_reborn
  • Loading branch information
sue445 committed Jul 20, 2023
2 parents 65c049e + 9e58036 commit 0d1e5b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :development do
end

group :test do
gem "coveralls", require: false
gem "coveralls_reborn", require: false
gem "rack-test"
gem "rspec"
gem "simplecov", require: false
Expand Down
30 changes: 6 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
coveralls_reborn (0.27.0)
simplecov (~> 0.22.0)
term-ansicolor (~> 1.7)
thor (~> 1.2)
tins (~> 1.32)
diff-lcs (1.5.0)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
faraday (2.7.6)
faraday-net_http (>= 2.0, < 3.1)
Expand Down Expand Up @@ -65,18 +62,11 @@ GEM
grpc (1.56.0)
google-protobuf (~> 3.23)
googleapis-common-protos-types (~> 1.0)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
jwt (2.7.1)
memoist (0.16.2)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
nio4r (2.5.9)
os (1.1.4)
public_suffix (5.0.1)
Expand All @@ -92,11 +82,6 @@ GEM
redis (4.6.0)
redis-objects (1.7.0)
redis
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand Down Expand Up @@ -143,17 +128,14 @@ GEM
tilt (2.1.0)
tins (1.32.1)
sync
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
uri (0.12.2)

PLATFORMS
ruby

DEPENDENCIES
connection_pool
coveralls
coveralls_reborn
dotenv
google-cloud-firestore
puma
Expand Down

0 comments on commit 0d1e5b4

Please sign in to comment.