use ruby 3.1.4

This commit is contained in:
Joerg Reichert 2023-04-01 23:16:10 +02:00
parent 1df93f68fb
commit 47891def18
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby "3.1.4"
gem 'rails', '~> 7.0.4' gem 'rails', '~> 7.0.4'
gem 'rails-i18n' gem 'rails-i18n'

View file

@ -1 +1 @@
web: bundle exec rails server -b 0.0.0.0 -p 3000 web: bundle exec rails server -b 0.0.0.0