Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8ae7224

Browse files
react_on_rails 6.7.1
1 parent 978d4ae commit 8ae7224

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

‎Gemfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem "sdoc", group: :doc
3838
# Use Rails Html Sanitizer for HTML sanitization
3939
gem "rails-html-sanitizer"
4040

41-
gem "react_on_rails", "~> 6.4"
41+
gem "react_on_rails", "~> 6.7.1"
4242

4343
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
4444
# mini_racer is probably faster than therubyracer

‎Gemfile.lock‎

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.0.0.1)
5-
actionpack (= 5.0.0.1)
4+
actioncable (5.0.1)
5+
actionpack (= 5.0.1)
66
nio4r (~> 1.2)
77
websocket-driver (~> 0.6.1)
8-
actionmailer (5.0.0.1)
9-
actionpack (= 5.0.0.1)
10-
actionview (= 5.0.0.1)
11-
activejob (= 5.0.0.1)
8+
actionmailer (5.0.1)
9+
actionpack (= 5.0.1)
10+
actionview (= 5.0.1)
11+
activejob (= 5.0.1)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.0.0.1)
15-
actionview (= 5.0.0.1)
16-
activesupport (= 5.0.0.1)
14+
actionpack (5.0.1)
15+
actionview (= 5.0.1)
16+
activesupport (= 5.0.1)
1717
rack (~> 2.0)
1818
rack-test (~> 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.0.0.1)
22-
activesupport (= 5.0.0.1)
21+
actionview (5.0.1)
22+
activesupport (= 5.0.1)
2323
builder (~> 3.1)
2424
erubis (~> 2.7.0)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.2)
27-
activejob (5.0.0.1)
28-
activesupport (= 5.0.0.1)
27+
activejob (5.0.1)
28+
activesupport (= 5.0.1)
2929
globalid (>= 0.3.6)
30-
activemodel (5.0.0.1)
31-
activesupport (= 5.0.0.1)
32-
activerecord (5.0.0.1)
33-
activemodel (= 5.0.0.1)
34-
activesupport (= 5.0.0.1)
30+
activemodel (5.0.1)
31+
activesupport (= 5.0.1)
32+
activerecord (5.0.1)
33+
activemodel (= 5.0.1)
34+
activesupport (= 5.0.1)
3535
arel (~> 7.0)
36-
activesupport (5.0.0.1)
36+
activesupport (5.0.1)
3737
concurrent-ruby (~> 1.0, >= 1.0.2)
3838
i18n (~> 0.7)
3939
minitest (~> 5.1)
@@ -50,7 +50,7 @@ GEM
5050
binding_of_caller (0.7.2)
5151
debug_inspector (>= 0.0.1)
5252
brakeman (3.4.1)
53-
builder (3.2.2)
53+
builder (3.2.3)
5454
bundler-audit (0.5.0)
5555
bundler (~> 1.2)
5656
thor (~> 0.18)
@@ -82,7 +82,7 @@ GEM
8282
coffee-script-source
8383
execjs
8484
coffee-script-source (1.10.0)
85-
concurrent-ruby (1.0.2)
85+
concurrent-ruby (1.0.5)
8686
connection_pool (2.2.1)
8787
coveralls (0.8.15)
8888
json (>= 1.8, < 3)
@@ -109,7 +109,7 @@ GEM
109109
railties (>= 3.0.0)
110110
globalid (0.3.7)
111111
activesupport (>= 4.1.0)
112-
i18n (0.7.0)
112+
i18n (0.8.1)
113113
interception (0.5)
114114
io-like (0.3.0)
115115
jbuilder (2.6.0)
@@ -134,10 +134,10 @@ GEM
134134
mini_portile2 (2.1.0)
135135
mini_racer (0.1.7)
136136
libv8 (~> 5.3)
137-
minitest (5.9.1)
137+
minitest (5.10.1)
138138
multi_json (1.12.1)
139139
nio4r (1.2.1)
140-
nokogiri (1.6.8.1)
140+
nokogiri (1.7.0.1)
141141
mini_portile2 (~> 2.1.0)
142142
parser (2.3.2.0)
143143
ast (~> 2.2)
@@ -165,41 +165,41 @@ GEM
165165
pry-stack_explorer (0.4.9.2)
166166
binding_of_caller (>= 0.7)
167167
pry (>= 0.9.11)
168-
public_suffix (2.0.4)
168+
public_suffix (2.0.5)
169169
puma (3.6.2)
170170
rack (2.0.1)
171171
rack-test (0.6.3)
172172
rack (>= 1.0)
173-
rails (5.0.0.1)
174-
actioncable (= 5.0.0.1)
175-
actionmailer (= 5.0.0.1)
176-
actionpack (= 5.0.0.1)
177-
actionview (= 5.0.0.1)
178-
activejob (= 5.0.0.1)
179-
activemodel (= 5.0.0.1)
180-
activerecord (= 5.0.0.1)
181-
activesupport (= 5.0.0.1)
173+
rails (5.0.1)
174+
actioncable (= 5.0.1)
175+
actionmailer (= 5.0.1)
176+
actionpack (= 5.0.1)
177+
actionview (= 5.0.1)
178+
activejob (= 5.0.1)
179+
activemodel (= 5.0.1)
180+
activerecord (= 5.0.1)
181+
activesupport (= 5.0.1)
182182
bundler (>= 1.3.0, < 2.0)
183-
railties (= 5.0.0.1)
183+
railties (= 5.0.1)
184184
sprockets-rails (>= 2.0.0)
185-
rails-dom-testing (2.0.1)
185+
rails-dom-testing (2.0.2)
186186
activesupport (>= 4.2.0, < 6.0)
187-
nokogiri (~> 1.6.0)
187+
nokogiri (~> 1.6)
188188
rails-html-sanitizer (1.0.3)
189189
loofah (~> 2.0)
190-
railties (5.0.0.1)
191-
actionpack (= 5.0.0.1)
192-
activesupport (= 5.0.0.1)
190+
railties (5.0.1)
191+
actionpack (= 5.0.1)
192+
activesupport (= 5.0.1)
193193
method_source
194194
rake (>= 0.8.7)
195195
thor (>= 0.18.1, < 2.0)
196-
rainbow (2.1.0)
196+
rainbow (2.2.1)
197197
rake (11.3.0)
198198
rb-fsevent (0.9.8)
199199
rb-inotify (0.9.7)
200200
ffi (>= 0.5.0)
201201
rdoc (4.3.0)
202-
react_on_rails (6.4.0)
202+
react_on_rails (6.7.1)
203203
addressable
204204
connection_pool
205205
execjs (~> 2.5)
@@ -264,7 +264,7 @@ GEM
264264
activesupport (>= 4.2)
265265
spring-commands-rspec (1.0.4)
266266
spring (>= 0.9.1)
267-
sprockets (3.7.0)
267+
sprockets (3.7.1)
268268
concurrent-ruby (~> 1.0)
269269
rack (> 1, < 3)
270270
sprockets-rails (3.2.0)
@@ -273,8 +273,8 @@ GEM
273273
sprockets (>= 3.0.0)
274274
term-ansicolor (1.4.0)
275275
tins (~> 1.0)
276-
thor (0.19.1)
277-
thread_safe (0.3.5)
276+
thor (0.19.4)
277+
thread_safe (0.3.6)
278278
tilt (2.0.5)
279279
tins (1.12.0)
280280
tzinfo (1.2.2)
@@ -288,7 +288,7 @@ GEM
288288
debug_inspector
289289
railties (>= 5.0)
290290
websocket (1.2.3)
291-
websocket-driver (0.6.4)
291+
websocket-driver (0.6.5)
292292
websocket-extensions (>= 0.1.0)
293293
websocket-extensions (0.1.2)
294294
xpath (2.0.0)
@@ -329,7 +329,7 @@ DEPENDENCIES
329329
rails
330330
rails-html-sanitizer
331331
rainbow
332-
react_on_rails (~> 6.4)
332+
react_on_rails (~> 6.7.1)
333333
redis
334334
rspec-rails (~> 3)
335335
rspec-retry

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /