Skip to content

Update Ruby version to 2.6.8 for Rails SSO example app #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ruby-rails-sso-example/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.4
2.6.8
2 changes: 1 addition & 1 deletion ruby-rails-sso-example/Gemfile
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion ruby-rails-sso-example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ DEPENDENCIES
workos (~> 1.5)

RUBY VERSION
ruby 2.6.4p104
ruby 2.6.8p205

BUNDLED WITH
1.17.2
2 changes: 1 addition & 1 deletion ruby-rails-sso-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down