File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 81
81
coffee-script-source
82
82
execjs
83
83
coffee-script-source (1.12.2 )
84
- concurrent-ruby (1.1.3 )
84
+ concurrent-ruby (1.1.4 )
85
85
contracts (0.16.0 )
86
86
crass (1.0.4 )
87
87
cucumber (3.1.2 )
107
107
em-websocket (0.5.1 )
108
108
eventmachine (>= 0.12.9 )
109
109
http_parser.rb (~> 0.6.0 )
110
- erubi (1.7.1 )
110
+ erubi (1.8.0 )
111
111
eventmachine (1.2.7 )
112
112
execjs (2.7.0 )
113
113
ffi (1.9.25 )
143
143
guard (>= 2.0.0 )
144
144
guard-compat (~> 1.0 )
145
145
http_parser.rb (0.6.0 )
146
- i18n (1.1.1 )
146
+ i18n (1.3.0 )
147
147
concurrent-ruby (~> 1.0 )
148
148
jaro_winkler (1.5.1 )
149
149
jquery-fileupload-rails (1.0.0 )
@@ -171,15 +171,15 @@ GEM
171
171
mini_mime (>= 0.1.1 )
172
172
method_source (0.9.2 )
173
173
mini_mime (1.0.1 )
174
- mini_portile2 (2.3 .0 )
174
+ mini_portile2 (2.4 .0 )
175
175
minitest (5.11.3 )
176
176
multi_json (1.13.1 )
177
177
multi_test (0.1.2 )
178
178
mysql2 (0.5.2 )
179
179
nenv (0.3.0 )
180
180
nio4r (2.3.1 )
181
- nokogiri (1.8.5 )
182
- mini_portile2 (~> 2.3 .0 )
181
+ nokogiri (1.9.1 )
182
+ mini_portile2 (~> 2.4 .0 )
183
183
notiffany (0.1.1 )
184
184
nenv (~> 0.1 )
185
185
shellany (~> 0.0 )
@@ -232,10 +232,10 @@ GEM
232
232
thor (>= 0.18.1 , < 2.0 )
233
233
rainbow (3.0.0 )
234
234
raindrops (0.19.0 )
235
- rake (12.3.1 )
235
+ rake (12.3.2 )
236
236
rb-fsevent (0.10.3 )
237
- rb-inotify (0.9.10 )
238
- ffi (>= 0.5.0 , < 2 )
237
+ rb-inotify (0.10.0 )
238
+ ffi (~> 1.0 )
239
239
ref (2.0.0 )
240
240
regexp_parser (1.3.0 )
241
241
responders (2.4.0 )
262
262
rspec-mocks (~> 3.8.0 )
263
263
rspec-support (~> 3.8.0 )
264
264
rspec-support (3.8.0 )
265
- rubocop (0.61.0 )
265
+ rubocop (0.61.1 )
266
266
jaro_winkler (~> 1.5.1 )
267
267
parallel (~> 1.10 )
268
268
parser (>= 2.5 , != 2.5.1.1 )
320
320
thread_safe (~> 0.1 )
321
321
uglifier (4.1.20 )
322
322
execjs (>= 0.3.0 , < 3 )
323
- unicode-display_width (1.4.0 )
323
+ unicode-display_width (1.4.1 )
324
324
unicorn (5.4.1 )
325
325
kgio (~> 2.6 )
326
326
raindrops (~> 0.7 )
@@ -382,4 +382,4 @@ RUBY VERSION
382
382
ruby 2.5.3p105
383
383
384
384
BUNDLED WITH
385
- 1.17.1
385
+ 1.17.2
Original file line number Diff line number Diff line change 70
70
71
71
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
72
72
# the I18n.default_locale when a translation can not be found).
73
- config . i18n . fallbacks = true
73
+ config . i18n . fallbacks = [ I18n . default_locale ]
74
74
75
75
# Send deprecation notices to registered listeners.
76
76
config . active_support . deprecation = :notify
You can’t perform that action at this time.
0 commit comments