Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
landing
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
whats-this
landing
Commits
908c4910
Verified
Commit
908c4910
authored
3 years ago
by
Spotlight Deveaux
Browse files
Options
Downloads
Patches
Plain Diff
Update Ruby
parent
80b373b8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2237
passed
3 years ago
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Gemfile.lock
+3
-3
3 additions, 3 deletions
Gemfile.lock
with
5 additions
and
4 deletions
.gitignore
+
1
−
0
View file @
908c4910
...
...
@@ -3,3 +3,4 @@ _site
.jekyll-cache
.jekyll-metadata
vendor
public
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
908c4910
pages
:
stage
:
deploy
image
:
ruby:
2.7
image
:
ruby:
3.0
script
:
-
gem install bundler
-
bundle install
...
...
This diff is collapsed.
Click to expand it.
Gemfile.lock
+
3
−
3
View file @
908c4910
GEM
remote: https://rubygems.org/
specs:
addressable (2.
7
.0)
addressable (2.
8
.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.
8
)
concurrent-ruby (1.1.
9
)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.15.
1
)
ffi (1.15.
3
)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.10)
...
...
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