Skip to content

Commit 75073fe

Browse files
committed
bundle update react-rails
yarn upgrade react_ujs
1 parent 287aff0 commit 75073fe

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ GEM
6464
coffee-script-source
6565
execjs
6666
coffee-script-source (1.12.2)
67-
concurrent-ruby (1.0.5)
67+
concurrent-ruby (1.1.5)
6868
connection_pool (2.2.2)
6969
crass (1.0.4)
70-
erubi (1.7.1)
70+
erubi (1.8.0)
7171
execjs (2.7.0)
7272
ffi (1.9.25)
7373
globalid (0.4.1)
7474
activesupport (>= 4.2.0)
75-
i18n (1.1.1)
75+
i18n (1.6.0)
7676
concurrent-ruby (~> 1.0)
7777
jbuilder (2.7.0)
7878
activesupport (>= 4.2.0)
@@ -86,17 +86,17 @@ GEM
8686
nokogiri (>= 1.5.9)
8787
mail (2.7.1)
8888
mini_mime (>= 0.1.1)
89-
method_source (0.9.1)
89+
method_source (0.9.2)
9090
mini_mime (1.0.1)
91-
mini_portile2 (2.3.0)
91+
mini_portile2 (2.4.0)
9292
minitest (5.11.3)
9393
multi_json (1.13.1)
9494
nio4r (2.3.1)
95-
nokogiri (1.8.5)
96-
mini_portile2 (~> 2.3.0)
95+
nokogiri (1.10.2)
96+
mini_portile2 (~> 2.4.0)
9797
public_suffix (3.0.3)
9898
puma (3.12.0)
99-
rack (2.0.5)
99+
rack (2.0.6)
100100
rack-proxy (0.6.5)
101101
rack
102102
rack-test (1.1.0)
@@ -124,11 +124,11 @@ GEM
124124
method_source
125125
rake (>= 0.8.7)
126126
thor (>= 0.18.1, < 2.0)
127-
rake (12.3.1)
127+
rake (12.3.2)
128128
rb-fsevent (0.10.3)
129129
rb-inotify (0.9.10)
130130
ffi (>= 0.5.0, < 2)
131-
react-rails (2.4.7)
131+
react-rails (2.5.0)
132132
babel-transpiler (>= 0.7.0)
133133
connection_pool
134134
execjs
@@ -158,9 +158,9 @@ GEM
158158
activesupport (>= 4.0)
159159
sprockets (>= 3.0.0)
160160
sqlite3 (1.3.13)
161-
thor (0.20.0)
161+
thor (0.20.3)
162162
thread_safe (0.3.6)
163-
tilt (2.0.8)
163+
tilt (2.0.9)
164164
turbolinks (5.2.0)
165165
turbolinks-source (~> 5.2)
166166
turbolinks-source (5.2.0)
@@ -205,4 +205,4 @@ DEPENDENCIES
205205
webpacker
206206

207207
BUNDLED WITH
208-
1.16.4
208+
1.16.6

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4358,11 +4358,12 @@ react@^16.0.0:
43584358
object-assign "^4.1.1"
43594359
prop-types "^15.6.0"
43604360

4361-
react_ujs@^2.2.1, react_ujs@^2.4.1:
4362-
version "2.4.2"
4363-
resolved "https://registry.yarnpkg.com/react_ujs/-/react_ujs-2.4.2.tgz#c09365579b1c7b2191eab5a57f007609fd1852ba"
4361+
react_ujs@^2.2.1, react_ujs@^2.4.4:
4362+
version "2.5.0"
4363+
resolved "https://registry.yarnpkg.com/react_ujs/-/react_ujs-2.5.0.tgz#b8481818233f54aee2cbee0328baf6eaea290824"
4364+
integrity sha512-uRtlv3ITYv6BGHYO3Z4pS1K2JJtIT2Sz345g/bCbMdwraZZ0BLyq4SnESIkiDmg7SX3bJchb2OmQUSwPjbXB3A==
43644365
dependencies:
4365-
react_ujs "^2.4.1"
4366+
react_ujs "^2.4.4"
43664367

43674368
read-cache@^1.0.0:
43684369
version "1.0.0"

0 commit comments

Comments
 (0)