diff --git a/config/examples/connect_backend_ruby/Gemfile b/config/examples/connect_backend_ruby/Gemfile index 725adc1..9366f59 100644 --- a/config/examples/connect_backend_ruby/Gemfile +++ b/config/examples/connect_backend_ruby/Gemfile @@ -3,3 +3,4 @@ source "https://rubygems.org" gem "sinatra" gem "json" gem "puma" +gem "rackup" diff --git a/config/examples/connect_backend_ruby/Gemfile.lock b/config/examples/connect_backend_ruby/Gemfile.lock index a21f695..3638a55 100644 --- a/config/examples/connect_backend_ruby/Gemfile.lock +++ b/config/examples/connect_backend_ruby/Gemfile.lock @@ -1,30 +1,43 @@ GEM remote: https://rubygems.org/ specs: - json (2.6.2) - mustermann (3.0.0) + base64 (0.3.0) + json (2.12.2) + logger (1.7.0) + mustermann (3.0.3) ruby2_keywords (~> 0.0.1) - nio4r (2.5.8) - puma (6.0.0) + nio4r (2.7.4) + puma (6.6.0) nio4r (~> 2.0) - rack (2.2.14) - rack-protection (3.0.4) - rack + rack (3.1.16) + rack-protection (4.1.1) + base64 (>= 0.1.0) + logger (>= 1.6.0) + rack (>= 3.0.0, < 4) + rack-session (2.1.1) + base64 (>= 0.1.0) + rack (>= 3.0.0) + rackup (2.2.1) + rack (>= 3) ruby2_keywords (0.0.5) - sinatra (3.0.4) + sinatra (4.1.1) + logger (>= 1.6.0) mustermann (~> 3.0) - rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.4) + rack (>= 3.0.0, < 4) + rack-protection (= 4.1.1) + rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - tilt (2.0.11) + tilt (2.6.0) PLATFORMS arm64-darwin-21 + arm64-darwin-24 x86_64-linux DEPENDENCIES json puma + rackup sinatra BUNDLED WITH diff --git a/config/examples/connect_backend_ruby/main.rb b/config/examples/connect_backend_ruby/main.rb index 52d4929..52cde4e 100644 --- a/config/examples/connect_backend_ruby/main.rb +++ b/config/examples/connect_backend_ruby/main.rb @@ -1,3 +1,4 @@ +require "bundler/setup" require "sinatra" # Authentication token