mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-08 19:35:11 +01:00
Use ruby version 3.4.0-rc1
This commit is contained in:
parent
8770905186
commit
bcac4b0a02
@ -1 +1 @@
|
||||
3.3.6
|
||||
3.4.0-rc1
|
||||
|
2
Gemfile
2
Gemfile
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source 'https://rubygems.org'
|
||||
ruby '>= 3.2.0'
|
||||
ruby '>= 3.3.0'
|
||||
|
||||
gem 'propshaft'
|
||||
gem 'puma', '~> 6.3'
|
||||
|
@ -1033,7 +1033,7 @@ DEPENDENCIES
|
||||
xorcist (~> 1.1)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.3.6p108
|
||||
ruby 3.4.0.preview2
|
||||
|
||||
BUNDLED WITH
|
||||
2.6.1
|
||||
|
Loading…
Reference in New Issue
Block a user