Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rails-base-image-builder
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Public
rails-base-image-builder
Merge requests
!2
fix: update puma due to security issue
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: update puma due to security issue
fix/update-puma
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Chris Harrison
requested to merge
fix/update-puma
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
636a342c
1 commit,
3 years ago
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Gemfile
+
1
−
1
Options
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
ruby
'2.7.2'
gem
'
rails
'
,
'6.1.3.2'
gem
'
puma
'
,
'4.3.
7
'
gem
'
puma
'
,
'4.3.
8
'
gem
'
sass-rails
'
,
'5.1.0'
gem
'
uglifier
'
,
'4.2.0'
gem
'
mini_racer
'
,
'0.3.1'
Loading