diff --git a/ruby-admin-portal-example/Gemfile b/ruby-admin-portal-example/Gemfile index ff2fcde..9e1b357 100644 --- a/ruby-admin-portal-example/Gemfile +++ b/ruby-admin-portal-example/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' gem 'dotenv', '2.7.6' -gem 'sinatra', '2.2.0' +gem 'sinatra', '2.2.3' gem 'workos', '2.12.0' diff --git a/ruby-admin-portal-example/Gemfile.lock b/ruby-admin-portal-example/Gemfile.lock index 708588b..4553498 100644 --- a/ruby-admin-portal-example/Gemfile.lock +++ b/ruby-admin-portal-example/Gemfile.lock @@ -2,20 +2,20 @@ GEM remote: https://rubygems.org/ specs: dotenv (2.7.6) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) - rack (2.2.3.1) - rack-protection (2.2.0) + rack (2.2.6.4) + rack-protection (2.2.3) rack ruby2_keywords (0.0.5) - sinatra (2.2.0) - mustermann (~> 1.0) + sinatra (2.2.3) + mustermann (~> 2.0) rack (~> 2.2) - rack-protection (= 2.2.0) + rack-protection (= 2.2.3) tilt (~> 2.0) - sorbet-runtime (0.5.10263) - tilt (2.0.10) - workos (2.5.0) + sorbet-runtime (0.5.10741) + tilt (2.1.0) + workos (2.12.0) sorbet-runtime (~> 0.5) PLATFORMS @@ -23,8 +23,8 @@ PLATFORMS DEPENDENCIES dotenv (= 2.7.6) - sinatra (= 2.2.0) - workos (= 2.5.0) + sinatra (= 2.2.3) + workos (= 2.12.0) BUNDLED WITH 2.1.4