diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bced5f0f..aa590daf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: matrix: os: [ ubuntu-latest ] ruby: - - '3.1.0' + - '3.2.0' steps: - name: Repo checkout uses: actions/checkout@v2 diff --git a/.ruby-version b/.ruby-version index fd2a0186..944880fa 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.0 +3.2.0 diff --git a/Dockerfile b/Dockerfile index f4754609..830f7375 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.0 +FROM ruby:3.2.0 LABEL maintainer="felipe@yerba.dev" diff --git a/Gemfile b/Gemfile index 122e1bda..0580c558 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "http://rubygems.org" -ruby "3.1.0" +ruby "3.2.0" gem "rails", "~> 7.0" gem "doorkeeper", "~> 5.6.6" diff --git a/Gemfile.lock b/Gemfile.lock index ea1e27e6..6bb81246 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,6 +121,7 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.2) + mini_portile2 (2.8.2) minitest (5.18.0) net-imap (0.3.4) date @@ -132,6 +133,9 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) + nokogiri (1.15.2) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) nokogiri (1.15.2-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) @@ -248,6 +252,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) + sqlite3 (1.6.3) + mini_portile2 (~> 2.8.0) sqlite3 (1.6.3-x86_64-linux) thor (1.2.2) timeout (0.3.2) @@ -264,6 +270,7 @@ GEM zeitwerk (2.6.8) PLATFORMS + ruby x86_64-linux DEPENDENCIES @@ -290,7 +297,7 @@ DEPENDENCIES uglifier RUBY VERSION - ruby 3.1.0p0 + ruby 3.2.0p0 BUNDLED WITH - 2.2.21 + 2.4.6