mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-06 09:03:25 +00:00
Update Rails to 8.1.2 (#43205).
git-svn-id: https://svn.redmine.org/redmine/trunk@24288 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
67b4f50a7a
commit
436ff7f6e5
4
Gemfile
4
Gemfile
@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
||||
|
||||
ruby '>= 3.2.0', '< 3.5.0'
|
||||
|
||||
gem 'rails', '8.1.1'
|
||||
gem 'rails', '8.1.2'
|
||||
gem 'rouge', '~> 4.5'
|
||||
gem 'mini_mime', '~> 1.1.0'
|
||||
gem "actionpack-xml_parser"
|
||||
@ -123,8 +123,6 @@ group :test do
|
||||
gem 'bundle-audit', require: false
|
||||
# for testing oauth provider capabilities
|
||||
gem 'oauth2'
|
||||
# Lock minitest to 5.x until a Rails release includes support for minitest 6.0
|
||||
gem 'minitest', '~> 5.27'
|
||||
end
|
||||
|
||||
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user