diff --git a/api/ruby/rendering-data-as-graphs/Gemfile.lock b/api/ruby/rendering-data-as-graphs/Gemfile.lock index 7908feed4..bf81c0785 100644 --- a/api/ruby/rendering-data-as-graphs/Gemfile.lock +++ b/api/ruby/rendering-data-as-graphs/Gemfile.lock @@ -1,19 +1,20 @@ GEM remote: http://rubygems.org/ specs: - activesupport (5.1.3) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.10) faraday (0.13.1) multipart-post (>= 1.2, < 3) - i18n (0.8.6) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (2.1.0) - minitest (5.10.3) + minitest (5.17.0) multipart-post (2.0.0) octokit (4.7.0) sawyer (~> 0.8.0, >= 0.5.3) @@ -31,10 +32,9 @@ GEM sinatra_auth_github (1.2.0) sinatra (~> 1.0) warden-github (~> 1.2.0) - thread_safe (0.3.6) tilt (2.0.8) - tzinfo (1.2.3) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) warden (1.2.7) rack (>= 1.0) warden-github (1.2.0)