Gemfile.lock in http_health_check-0.2.1 vs Gemfile.lock in http_health_check-0.3.0

- old
+ new

@@ -1,18 +1,28 @@ PATH remote: . specs: - http_health_check (0.2.0) + http_health_check (0.3.0) rack (~> 2.0) + webrick GEM remote: https://rubygems.org/ specs: + activesupport (5.2.8.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) ast (2.4.2) + concurrent-ruby (1.1.10) diff-lcs (1.5.0) docile (1.4.0) dotenv (2.7.6) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.15.0) parallel (1.22.1) parser (3.1.2.0) ast (~> 2.4.1) rack (2.2.4) rainbow (3.1.1) @@ -54,15 +64,22 @@ simplecov-cobertura (2.1.0) rexml simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) + thread_safe (0.3.6) + tzinfo (1.2.9) + thread_safe (~> 0.1) unicode-display_width (1.8.0) + webrick (1.7.0) PLATFORMS + ruby x86_64-darwin-21 + x86_64-linux DEPENDENCIES + activesupport (~> 5.0) dotenv (~> 2.7.6) http_health_check! rake (~> 13.0) redis (~> 4.2.5) rspec (~> 3.2)