Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
d21fa4850d57
Commit
d21fa4850d57
authored
6 years ago
by
Stan Hu
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade Ruby to 2.5.3
See
https://www.ruby-lang.org/en/news/2017/12/25/ruby-2-5-0-released/
parent
6d90a7b4e3b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ruby-version
+1
-1
1 addition, 1 deletion
.ruby-version
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
config/software/ruby.rb
+2
-2
2 additions, 2 deletions
config/software/ruby.rb
with
7 additions
and
3 deletions
.ruby-version
+
1
−
1
View file @
d21fa485
2.
4.5
2.
5.3
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
4
−
0
View file @
d21fa485
...
...
@@ -3,6 +3,10 @@
The latest version of this file can be found at the master branch of the
omnibus-gitlab repository.
11.
6.0
-
Upgrade Ruby to 2.5.3 !2806
11.
5.0
-
Add experimental support for Puma !2801
...
...
This diff is collapsed.
Click to expand it.
config/software/ruby.rb
+
2
−
2
View file @
d21fa485
...
...
@@ -28,7 +28,7 @@
# - verify that all ffi libs are available for your version on all platforms.
# - when upgrading please check the ABI version and update the exclusion until
# https://gitlab.com/gitlab-org/omnibus-gitlab/issues/3414 is addressed
default_version
'2.
4.5
'
default_version
'2.
5.3
'
fips_enabled
=
(
project
.
overrides
[
:fips
]
&&
project
.
overrides
[
:fips
][
:enabled
])
||
false
...
...
@@ -44,7 +44,7 @@
# and that's the only one we will ever use.
dependency
'libiconv'
version
(
'2.
4.5
'
)
{
source
sha256:
'
6737741ae6ffa61174c8a3dcdd8ba92bc38827827ab1d7ea1ec78bc3cefc5198
'
}
version
(
'2.
5.3
'
)
{
source
sha256:
'
9828d03852c37c20fa333a0264f2490f07338576734d910ee3fd538c9520846c
'
}
source
url:
"https://cache.ruby-lang.org/pub/ruby/
#{
version
.
match
(
/^(\d+\.\d+)/
)[
0
]
}
/ruby-
#{
version
}
.tar.gz"
...
...
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