Skip to content
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 .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.4.7'
bundler-cache: true

- name: Install dependencies and lint
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.2
3.4.7
2 changes: 1 addition & 1 deletion logto-sample/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.4.2"
ruby "3.4.7"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 8.0.0", ">= 8.0.2"
Expand Down
6 changes: 1 addition & 5 deletions logto-sample/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.25.5)
msgpack (1.7.2)
net-imap (0.5.7)
Expand Down Expand Up @@ -228,8 +227,6 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
Expand Down Expand Up @@ -276,7 +273,6 @@ DEPENDENCIES
jbuilder
logto!
puma (>= 5.0)
rack (>= 3.2.2)
rails (~> 8.0.0, >= 8.0.2)
redis (>= 4.0.1)
selenium-webdriver
Expand All @@ -288,7 +284,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.4.2p28
ruby 3.4.7p58

BUNDLED WITH
2.7.2