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 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' 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 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