diff --git a/Gemfile b/Gemfile index c4170a1..b65c536 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby ">= 2.7.0" +ruby ">= 2.8.0" gem "rake", require: false gem "irb" @@ -12,7 +12,7 @@ gem "redis" gem "addressable" gem "rack-ssl-enforcer" gem "secure_headers" -gem "clogger" +gem "clogger", git: "http://bogomips.org/clogger.git" gem "tzinfo" gem "nokogiri" gem "prometheus-client", require: "prometheus/middleware/exporter" diff --git a/Gemfile.lock b/Gemfile.lock index 5a2b849..83bfa24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: http://bogomips.org/clogger.git + revision: 4ae4cf792bd794533b8f2ae90f41ff277f97fc9b + specs: + clogger (2.4.0) + rack (>= 1.0, < 4.0) + GEM remote: https://rubygems.org/ specs: @@ -8,20 +15,18 @@ GEM airbrake-ruby (6.2.2) rbtree3 (~> 0.6) base64 (0.2.0) - clogger (2.4.0) - rack (>= 1.0, < 3.0) coderay (1.1.3) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) crass (1.0.6) - dotenv (2.8.1) - feedjira (3.2.2) - loofah (>= 2.3.1) - sax-machine (>= 1.0) + dotenv (3.1.0) + feedjira (3.2.3) + loofah (>= 2.3.1, < 3) + sax-machine (>= 1.0, < 2) github-release-party (0.4.3) rake (>= 12) - io-console (0.7.1) - irb (1.11.1) + io-console (0.7.2) + irb (1.12.0) rdoc reline (>= 0.4.2) loofah (2.22.0) @@ -31,16 +36,15 @@ GEM multi_json (1.15.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - newrelic_rpm (9.6.0) - base64 + newrelic_rpm (9.7.1) nio4r (2.7.0) - nokogiri (1.16.0-aarch64-linux) + nokogiri (1.16.3-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.0-arm-linux) + nokogiri (1.16.3-arm-linux) racc (~> 1.4) - nokogiri (1.16.0-arm64-darwin) + nokogiri (1.16.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.0-x86_64-linux) + nokogiri (1.16.3-x86_64-linux) racc (~> 1.4) opengraph_parser (0.2.5) addressable @@ -60,38 +64,41 @@ GEM puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) - rack (2.2.8) - rack-protection (3.2.0) + rack (3.0.9.1) + rack-protection (4.0.0) base64 (>= 0.1.0) - rack (~> 2.2, >= 2.2.4) + rack (>= 3.0.0, < 4) + rack-session (2.0.0) + rack (>= 3.0.0) rack-ssl-enforcer (0.2.9) rake (13.1.0) rbtree3 (0.7.1) rdoc (6.6.2) psych (>= 4.0.0) - redis (5.0.8) + redis (5.1.0) redis-client (>= 0.17.0) - redis-client (0.19.1) + redis-client (0.21.0) connection_pool - reline (0.4.2) + reline (0.4.3) io-console (~> 0.5) ruby2_keywords (0.0.5) sax-machine (1.3.2) secure_headers (6.5.0) - sinatra (3.2.0) + sinatra (4.0.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.2.0) + rack (>= 3.0.0, < 4) + rack-protection (= 4.0.0) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sinatra-contrib (3.2.0) + sinatra-contrib (4.0.0) multi_json (>= 0.0.2) mustermann (~> 3.0) - rack-protection (= 3.2.0) - sinatra (= 3.2.0) + rack-protection (= 4.0.0) + sinatra (= 4.0.0) tilt (~> 2.0) slop (3.6.0) stringio (3.1.0) - thor (1.3.0) + thor (1.3.1) tilt (2.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -106,7 +113,7 @@ PLATFORMS DEPENDENCIES addressable airbrake - clogger + clogger! dotenv feedjira github-release-party