Skip to content

Commit

Permalink
Merge pull request #322 from sue445/dependabot/bundler/simplecov-0.22.0
Browse files Browse the repository at this point in the history
Bump simplecov from 0.16.1 to 0.22.0
  • Loading branch information
sue445 committed Jul 20, 2023
2 parents 948276a + c4d8716 commit 65c049e
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
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 @@ -63,12 +65,18 @@ GEM
grpc (1.56.0)
google-protobuf (~> 3.23)
googleapis-common-protos-types (~> 1.0)
json (2.6.3)
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 @@ -84,6 +92,11 @@ 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 All @@ -105,11 +118,12 @@ GEM
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simplecov (0.16.1)
simplecov (0.22.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sinatra (3.0.6)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
Expand All @@ -129,6 +143,9 @@ 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
Expand Down

0 comments on commit 65c049e

Please sign in to comment.