diff --git a/ruby-audit-logs-example/Gemfile b/ruby-audit-logs-example/Gemfile index 149711a..65449c0 100644 --- a/ruby-audit-logs-example/Gemfile +++ b/ruby-audit-logs-example/Gemfile @@ -3,6 +3,6 @@ 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-audit-logs-example/Gemfile.lock b/ruby-audit-logs-example/Gemfile.lock index af6a3a5..cc0b5ce 100644 --- a/ruby-audit-logs-example/Gemfile.lock +++ b/ruby-audit-logs-example/Gemfile.lock @@ -1,26 +1,21 @@ GEM remote: https://rubygems.org/ specs: - coderay (1.1.3) dotenv (2.7.6) - method_source (1.0.0) - mustermann (1.1.2) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) - pry (0.14.2) - coderay (~> 1.1) - method_source (~> 1.0) - rack (2.2.4) - 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.10667) - tilt (2.0.11) - workos (2.9.0) + sorbet-runtime (0.5.10741) + tilt (2.1.0) + workos (2.12.0) sorbet-runtime (~> 0.5) PLATFORMS @@ -28,9 +23,8 @@ PLATFORMS DEPENDENCIES dotenv (= 2.7.6) - pry - sinatra (= 2.2.0) - workos (= 2.9.0) + sinatra (= 2.2.3) + workos (= 2.12.0) BUNDLED WITH 2.3.19