diff options
| author | Tradam <[email protected]> | 2024-03-16 19:20:37 -0400 |
|---|---|---|
| committer | Tradam <[email protected]> | 2024-03-16 19:20:37 -0400 |
| commit | 05294b07c551c708b3bc51e2964ae01fcdfdd25f (patch) | |
| tree | e7fc448a8687f31951a06bc327824ffbc2e98632 /Gemfile | |
| parent | f02c76e4d922a2696f7ab69e0735be9048942d7b (diff) | |
| download | gameHolster-05294b07c551c708b3bc51e2964ae01fcdfdd25f.tar.gz gameHolster-05294b07c551c708b3bc51e2964ae01fcdfdd25f.zip | |
update ruby version
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.0.6" +ruby "3.2.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.1.3", ">= 7.1.3.2" @@ -70,3 +70,5 @@ group :test do end gem "json", "~> 2.7" + +gem "foreman", "~> 0.87.2" |
