Skip to content

Commit

Permalink
Update Ruby version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jan 5, 2024
1 parent 24e7105 commit f623033
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.3.0
bundler-cache: true

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ First things first, you'll need to fork and clone the repository to your local m

The project uses ruby on rails which have a number of system dependencies you'll need to install.

- [ruby 3.2.2](https://www.ruby-lang.org/en/documentation/installation/)
- [ruby 3.3.0](https://www.ruby-lang.org/en/documentation/installation/)
- [postgresql 14](https://www.postgresql.org/download/)
- [node.js 16+](https://nodejs.org/en/download/)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-slim-bullseye
FROM ruby:3.3.0-slim-bullseye

ENV APP_ROOT /usr/src/app
ENV DATABASE_PORT 5432
Expand Down
2 changes: 1 addition & 1 deletion 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 "3.2.2"
ruby "3.3.0"

gem "rails", "~> 7.1.1"
gem "sprockets-rails"
Expand Down
6 changes: 1 addition & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ GEM
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.25.1)
google-protobuf (3.25.1-aarch64-linux)
google-protobuf (3.25.1-arm64-darwin)
google-protobuf (3.25.1-x86_64-darwin)
google-protobuf (3.25.1-x86_64-linux)
groupdate (6.4.0)
activesupport (>= 6.1)
hashdiff (1.1.0)
Expand Down Expand Up @@ -375,7 +371,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.2.2p31
ruby 3.3.0p31

BUNDLED WITH
2.5.4

0 comments on commit f623033

Please sign in to comment.