summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorTradam <[email protected]>2024-03-16 19:20:37 -0400
committerTradam <[email protected]>2024-03-16 19:20:37 -0400
commit05294b07c551c708b3bc51e2964ae01fcdfdd25f (patch)
treee7fc448a8687f31951a06bc327824ffbc2e98632 /Gemfile
parentf02c76e4d922a2696f7ab69e0735be9048942d7b (diff)
downloadgameHolster-05294b07c551c708b3bc51e2964ae01fcdfdd25f.tar.gz
gameHolster-05294b07c551c708b3bc51e2964ae01fcdfdd25f.zip
update ruby version
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6aff6dc..cdae22a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"