Skip to content

Commit 41001bb

Browse files
committed
Add dependency for rspec-rails on bundler / rubygems script
1 parent d5b2350 commit 41001bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ cache: bundler
2323
bundler_args: "--binstubs --path ../bundle --retry=3 --jobs=3"
2424

2525
before_install:
26-
- gem update --system 2.7.8
27-
- gem install bundler
26+
- script/update_rubygems_and_install_bundler
2827
- script/clone_all_rspec_repos
2928

3029
before_script:

0 commit comments

Comments
 (0)