Skip to content

Commit

Permalink
Update Ruby version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biske committed Jun 2, 2023
1 parent 9089940 commit 990b137
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
ruby:
- '3.1.0'
- '3.2.0'
steps:
- name: Repo checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.2.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.0
FROM ruby:3.2.0

LABEL maintainer="felipe@yerba.dev"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
11 changes: 9 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -264,6 +270,7 @@ GEM
zeitwerk (2.6.8)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -290,7 +297,7 @@ DEPENDENCIES
uglifier

RUBY VERSION
ruby 3.1.0p0
ruby 3.2.0p0

BUNDLED WITH
2.2.21
2.4.6

0 comments on commit 990b137

Please sign in to comment.