Commit 01d557a
authored
Upgrade RubyGem and Bundler (#114)
## Description
This updates the versions of RubyGem and Bundler to meet upcoming
minimum requirements for SSI and Profiler features.
Updated versions:
- gem: 3.5.23
- bundler: 2.5.23
## How to test
clone repo and checkout this branch
run this command to build containers and run Storedog
```bash
docker compose -f docker-compose.dev.yml up -d
```
After Storedog is running, check the version of `gem` and `bundler`
```bash
docker compose exec backend gem --version
docker compose exec backend bundle --version
```
Confirm the versions2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
51 | 58 | | |
52 | 59 | | |
53 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | | - | |
| 737 | + | |
0 commit comments