mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
use ruby 3.2.1
This commit is contained in:
parent
47891def18
commit
2641508e13
2 changed files with 4 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
ruby "3.1.4"
|
||||
ruby "3.2.1"
|
||||
|
||||
gem 'rails', '~> 7.0.4'
|
||||
gem 'rails-i18n'
|
||||
|
|
|
@ -394,5 +394,8 @@ DEPENDENCIES
|
|||
validate_url
|
||||
webrick (~> 1.7)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.2.1p31
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.10
|
||||
|
|
Loading…
Reference in a new issue