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 | |
| parent | f02c76e4d922a2696f7ab69e0735be9048942d7b (diff) | |
| download | gameHolster-05294b07c551c708b3bc51e2964ae01fcdfdd25f.tar.gz gameHolster-05294b07c551c708b3bc51e2964ae01fcdfdd25f.zip | |
update ruby version
| -rw-r--r-- | Gemfile | 4 | ||||
| -rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 6 insertions, 2 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" diff --git a/Gemfile.lock b/Gemfile.lock index 47e93cb..cb689b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,6 +103,7 @@ GEM reline (>= 0.3.8) drb (2.2.1) erubi (1.12.0) + foreman (0.87.2) globalid (1.2.1) activesupport (>= 6.1) i18n (1.14.4) @@ -255,6 +256,7 @@ DEPENDENCIES capybara cssbundling-rails debug + foreman (~> 0.87.2) jbuilder jsbundling-rails json (~> 2.7) @@ -269,7 +271,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.0.6p216 + ruby 3.2.2p53 BUNDLED WITH 2.5.4 |
