From ca5d10e0c8a4d88ec51ef780755ac2d5917bec8d Mon Sep 17 00:00:00 2001 From: erin-workos <80365600+erin-workos@users.noreply.github.com> Date: Fri, 19 Nov 2021 20:06:40 -0800 Subject: [PATCH 1/4] Update Ruby version to 2.6.8 --- ruby-rails-sso-example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-rails-sso-example/Gemfile b/ruby-rails-sso-example/Gemfile index 38fd09b..255bf52 100644 --- a/ruby-rails-sso-example/Gemfile +++ b/ruby-rails-sso-example/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '2.6.4' +ruby '2.6.8' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0.3', '>= 6.0.3.4' From 15ba16b10622da71d188bf616c93f48f951d8c88 Mon Sep 17 00:00:00 2001 From: erin-workos <80365600+erin-workos@users.noreply.github.com> Date: Fri, 19 Nov 2021 20:09:24 -0800 Subject: [PATCH 2/4] Update Ruby version to 2.6.8 (#1) --- ruby-rails-sso-example/.ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-rails-sso-example/.ruby-version b/ruby-rails-sso-example/.ruby-version index 2714f53..743af5e 100644 --- a/ruby-rails-sso-example/.ruby-version +++ b/ruby-rails-sso-example/.ruby-version @@ -1 +1 @@ -2.6.4 +2.6.8 From 2f29a0ab25001206e711778bb2272654b3c0cf8e Mon Sep 17 00:00:00 2001 From: erin-workos <80365600+erin-workos@users.noreply.github.com> Date: Fri, 19 Nov 2021 20:09:45 -0800 Subject: [PATCH 3/4] Update Ruby to 2.6.8 (#2) --- ruby-rails-sso-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-rails-sso-example/README.md b/ruby-rails-sso-example/README.md index 071fcb7..55ca081 100644 --- a/ruby-rails-sso-example/README.md +++ b/ruby-rails-sso-example/README.md @@ -7,7 +7,7 @@ The application is built with Rails 6 and Bootstrap with Webpack, and also uses ### Requirements -- Ruby 2.6 +- Ruby 2.6.8 - Rails 6 - Foreman gem From e0f9f612d401708fa56df538b085318127556d18 Mon Sep 17 00:00:00 2001 From: erin-workos <80365600+erin-workos@users.noreply.github.com> Date: Fri, 19 Nov 2021 20:10:05 -0800 Subject: [PATCH 4/4] Update Ruby version to 2.6.8 (#3) --- ruby-rails-sso-example/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-rails-sso-example/Gemfile.lock b/ruby-rails-sso-example/Gemfile.lock index 1e26331..0362476 100644 --- a/ruby-rails-sso-example/Gemfile.lock +++ b/ruby-rails-sso-example/Gemfile.lock @@ -241,7 +241,7 @@ DEPENDENCIES workos (~> 1.5) RUBY VERSION - ruby 2.6.4p104 + ruby 2.6.8p205 BUNDLED WITH 1.17.2