Commit 021688b7 authored by Patrick Bajao's avatar Patrick Bajao

Update rubygems version on CI for go tests

parent 5b8e04fb
...@@ -67,12 +67,13 @@ rspec:ruby2.1: ...@@ -67,12 +67,13 @@ rspec:ruby2.1:
.go: &go_definition .go: &go_definition
before_script: before_script:
- apt-get update -qq && apt-get install -y ruby ruby-dev - apt-get update -qq && apt-get install -y ruby ruby-dev
- ruby -v - ruby -v
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin - export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin
- gem install --bindir /usr/local/bin bundler - gem update --system
- cp config.yml.example config.yml - gem install --bindir /usr/local/bin bundler
- bundle install - cp config.yml.example config.yml
- bundle install
script: script:
- go version - go version
- which go - which go
......
...@@ -42,7 +42,7 @@ GEM ...@@ -42,7 +42,7 @@ GEM
public_suffix (3.0.3) public_suffix (3.0.3)
rainbow (2.2.2) rainbow (2.2.2)
rake rake
rake (12.3.1) rake (12.3.3)
rspec (3.8.0) rspec (3.8.0)
rspec-core (~> 3.8.0) rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0) rspec-expectations (~> 3.8.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment