mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-21 23:33:14 +01:00
use 3.2.2
This commit is contained in:
parent
168149936c
commit
f006eed660
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
3.0.2
|
||||
3.2.2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:latest
|
||||
FROM ruby:3.2.2
|
||||
|
||||
RUN apt-get update && apt-get install -y curl
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash -
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
ruby "3.0.2"
|
||||
ruby "3.2.2"
|
||||
|
||||
gem 'rails', '~> 7.0.4'
|
||||
gem 'rails-i18n'
|
||||
|
|
|
@ -440,7 +440,7 @@ DEPENDENCIES
|
|||
validate_url
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.0.2p107
|
||||
ruby 3.2.2p53
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.10
|
||||
|
|
Loading…
Reference in a new issue