Skip to content

Commit 24aa513

Browse files
committed
:green-heart: Sort out which Ruby can be used on Travis
1 parent bf6224b commit 24aa513

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cache:
77
bundler: true
88
yarn: true
99
rvm:
10-
- 2.4.2
10+
- 2.3.0
1111
- 2.1
1212
- jruby-9.1.9.0
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"webpack": "^2.3.3"
1515
},
1616
"dependencies": {
17-
"react_ujs": "^2.4.1"
17+
"react_ujs": "^2.4.2"
1818
}
1919
}

yarn.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,12 @@ react_ujs@^2.4.1:
13141314
version "2.4.1"
13151315
resolved "https://registry.yarnpkg.com/react_ujs/-/react_ujs-2.4.1.tgz#a0a9c83c258fe945a797b716e07a8f091d194e51"
13161316

1317+
react_ujs@^2.4.2:
1318+
version "2.4.2"
1319+
resolved "https://registry.yarnpkg.com/react_ujs/-/react_ujs-2.4.2.tgz#c09365579b1c7b2191eab5a57f007609fd1852ba"
1320+
dependencies:
1321+
react_ujs "^2.4.1"
1322+
13171323
read-pkg-up@^1.0.1:
13181324
version "1.0.1"
13191325
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"

0 commit comments

Comments
 (0)