Skip to content
Snippets Groups Projects
Commit 3a149d8c authored by Jonne Haß's avatar Jonne Haß
Browse files

rubygems 1.8.17 should be fine

parent 2d3df3e3
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@ else
rvm --create use ruby-1.9.2-p290@diaspora
fi
if [ "$(gem --version)" != "1.8.15" ]; then
rvm rubygems 1.8.15
if [ "$(gem --version)" != "1.8.17" ]; then
rvm rubygems 1.8.17
fi
#!/bin/bash
# Ensure known RubyGems version
if [ "$(gem --version)" != "1.8.15" ]; then
if [ "$(gem --version)" != "1.8.17" ]; then
echo "RubyGems version is $(gem --version). Changing..."
rvm rubygems 1.8.15
rvm rubygems 1.8.17
echo "Changed RubyGems version to $(gem --version)."
fi
\ No newline at end of file
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment