Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit f40ecb5

Browse files
committed
Fixed Ruby 2.5 build failures
1 parent 57cce8f commit f40ecb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
path: jasmine-gem
3535
- run:
3636
name: Install Node
37-
command: sudo apt-get install nodejs
37+
command: sudo apt update && sudo apt-get install nodejs
3838
- run:
3939
name: Install bundler
4040
command: "if [ $RAILS_VERSION = rails4 ];then gem install bundler -v '< 2.0' ; else gem install bundler; fi"

0 commit comments

Comments
 (0)