Skip to content

Commit a25b7a9

Browse files
update ruby version to 3.2.2 (from 3.1.2)
1 parent d889a21 commit a25b7a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ruby-version

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

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
ruby "3.1.2"
6+
ruby "3.2.2"
77

88
gem "react_on_rails", "13.4.0"
99
gem "shakapacker", "7.2.1"

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ DEPENDENCIES
469469
web-console
470470

471471
RUBY VERSION
472-
ruby 3.1.2p20
472+
ruby 3.2.2p53
473473

474474
BUNDLED WITH
475475
2.4.17

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ See package.json and Gemfile for versions
126126

127127
### Prerequisites
128128
- Node `v18.13.0` or above. Be sure that you have Node installed! We suggest using [nvm](https://github.com/creationix/nvm) and running `nvm list` to check the active Node version. See this article [Updating and using nvm](http://forum.shakacode.com/t/updating-and-using-nvm/293).
129-
- Ruby 3.1.2 or above
129+
- Ruby 3.2.2 or above
130130
- Postgres v9.2 or above
131131
- Redis. Check that you have Redis installed by running `which redis-server`. If missing and on MacOS, install with Homebrew (`brew install redis`)
132132
- [Yarn](https://yarnpkg.com/).

0 commit comments

Comments
 (0)