Skip to content

Commit cab9304

Browse files
authored
Travis: Remove the command to pin Rubygems. (#1188)
On the Travis log the command costs around 160 seconds. If we see an issue, we can enable the command again.
1 parent 926f853 commit cab9304

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
dist: trusty
22
language: ruby
33
bundler_args: --without development
4-
# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
54
before_install:
65
- gem --version
7-
- gem update --system --quiet || gem update --system 2.7.10 --quiet
86
- gem update bundler
97
- gem --version
108
- bash ci/setup.sh

0 commit comments

Comments
 (0)