Skip to content

Commit a11f134

Browse files
committed
use ruby 3.3.0
1 parent 9ef556a commit a11f134

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.0

Dockerfile.production

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax = docker/dockerfile:1
22

33
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4-
ARG RUBY_VERSION=3.2.2
4+
ARG RUBY_VERSION=3.3.0
55
FROM ruby:$RUBY_VERSION-slim as base
66

77
LABEL fly_launch_runtime="rails"

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ DEPENDENCIES
529529
webdrivers
530530

531531
RUBY VERSION
532-
ruby 3.2.2p53
532+
ruby 3.3.0p0
533533

534534
BUNDLED WITH
535535
2.5.6

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ An effort to collect all social change stories where [Nonviolent-Communication](
66

77
## Requirements
88

9-
- ruby 3.2.2 (use [rbenv](https://github.com/rbenv/rbenv) to manage ruby versions)
10-
- postgres 14.5
9+
- ruby 3.3.0 (use [rbenv](https://github.com/rbenv/rbenv) to manage ruby versions)
10+
- postgres >= 14.5
11+
- nodejs >= 20.x
1112

1213
## Development
1314

0 commit comments

Comments
 (0)