Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
59d9a34d
Commit
59d9a34d
authored
2 years ago
by
Mikael Urankar
Browse files
Options
Downloads
Patches
Plain Diff
www/redmine50: Fix Gemfile after rubygem-mail update
PR: 269299
parent
179b1e7a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/redmine50/files/patch-Gemfile
+7
-4
7 additions, 4 deletions
www/redmine50/files/patch-Gemfile
with
7 additions
and
4 deletions
www/redmine50/files/patch-Gemfile
+
7
−
4
View file @
59d9a34d
--- Gemfile.orig 202
2-12-15 17:48:38.14624
6000 +0100
+++ Gemfile 202
2-12-15 18:00:02.071136
000 +0100
@@ -3,
9
+3,
9
@@
gem 'bundler', '>= 1.12.0'
--- Gemfile.orig 202
3-02-03 08:57:08.28166
6000 +0100
+++ Gemfile 202
3-02-03 08:57:33.131793
000 +0100
@@ -3,
24
+3,
24
@@
gem 'bundler', '>= 1.12.0'
ruby '>= 2.5.0', '< 3.2.0'
gem 'bundler', '>= 1.12.0'
...
...
@@ -12,7 +12,10 @@
gem 'request_store', '~> 1.5.0'
gem 'mini_mime', '~> 1.1.0'
gem "actionpack-xml_parser"
@@ -15,12 +15,12 @@
gem "rexml", require: false if Gem.ruby_version >= Gem
gem 'roadie-rails', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 2.2.0' : '~> 3.0.0')
gem 'marcel'
-gem "mail", "~> 2.7.1"
+gem "mail", ">= 2.7"
gem 'csv', '~> 3.2.0'
gem 'nokogiri', (Gem.ruby_version < Gem::Version.new('2.6.0') ? '~> 1.12.5' : '~> 1.13.4')
gem "rexml", require: false if Gem.ruby_version >= Gem::Version.new('3.0')
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment