Skip to content

Commit b18aa2b

Browse files
authored
Merge pull request #2462 from olleolleolle/use-ruby-348
Use Ruby 3.4.8
2 parents ca69748 + c75e032 commit b18aa2b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.7
1+
3.4.8

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.7
1+
FROM ruby:3.4.8
22

33
# Default node version on apt is old. This makes sure a recent version is installed
44
# This step also runs apt-get update

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ DEPENDENCIES
732732
webmock
733733

734734
RUBY VERSION
735-
ruby 3.4.7p58
735+
ruby 3.4.8p72
736736

737737
BUNDLED WITH
738738
2.7.2

native-installation-instructions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ These are the original instructions for natively installing the app to your mach
1616

1717
## Set up a Ruby Environment
1818

19-
You will need to install Ruby 3.4.7 using RVM or rbenv.
19+
You will need to install Ruby using RVM or rbenv.
2020

2121
### Option 1: Using [rvm](https://rvm.io/rvm/install)
2222

2323
```bash
24-
CPPFLAGS=-DUSE_FFI_CLOSURE_ALLOC rvm install 3.4.7
24+
CPPFLAGS=-DUSE_FFI_CLOSURE_ALLOC rvm install 3.4.8
2525
```
26-
We need to set the CPPFLAGS env variable to be able to install Ruby 3.4.7 on M1 Mac machines. See more: [https://github.com/ffi/ffi/issues/869#issuecomment-1233000037](https://github.com/ffi/ffi/issues/869#issuecomment-1233000037)
26+
We need to set the CPPFLAGS env variable to be able to install Ruby 3.4.8 on M1 Mac machines. See more: [https://github.com/ffi/ffi/issues/869#issuecomment-1233000037](https://github.com/ffi/ffi/issues/869#issuecomment-1233000037)
2727

2828
### Option 2: Using [rbenv](https://github.com/sstephenson/rbenv) and [ruby-build](https://github.com/sstephenson/ruby-build)
2929

3030
```bash
31-
rbenv install 3.4.7
32-
rbenv global 3.4.7
31+
rbenv install 3.4.8
32+
rbenv global 3.4.8
3333
```
3434

3535
## Install and run PostgreSQL

0 commit comments

Comments
 (0)