Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
diaspora
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Milan
diaspora
Commits
3a149d8c
Commit
3a149d8c
authored
13 years ago
by
Jonne Haß
Browse files
Options
Downloads
Patches
Plain Diff
rubygems 1.8.17 should be fine
parent
2d3df3e3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.rvmrc
+2
-2
2 additions, 2 deletions
.rvmrc
script/ci/before_install.sh
+3
-3
3 additions, 3 deletions
script/ci/before_install.sh
with
5 additions
and
5 deletions
.rvmrc
+
2
−
2
View file @
3a149d8c
...
...
@@ -7,6 +7,6 @@ else
rvm
--create
use ruby-1.9.2-p290@diaspora
fi
if
[
"
$(
gem
--version
)
"
!=
"1.8.1
5
"
]
;
then
rvm rubygems 1.8.1
5
if
[
"
$(
gem
--version
)
"
!=
"1.8.1
7
"
]
;
then
rvm rubygems 1.8.1
7
fi
This diff is collapsed.
Click to expand it.
script/ci/before_install.sh
+
3
−
3
View file @
3a149d8c
#!/bin/bash
# Ensure known RubyGems version
if
[
"
$(
gem
--version
)
"
!=
"1.8.1
5
"
]
;
then
if
[
"
$(
gem
--version
)
"
!=
"1.8.1
7
"
]
;
then
echo
"RubyGems version is
$(
gem
--version
)
. Changing..."
rvm rubygems 1.8.1
5
rvm rubygems 1.8.1
7
echo
"Changed RubyGems version to
$(
gem
--version
)
."
fi
\ No newline at end of file
fi
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