Skip to content

Commit 4e466f3

Browse files
author
Ken Johnson
authored
Merge pull request OWASP#358 from jasnow/master
Upgraded 10 gems
2 parents 9c10111 + 213bb0c commit 4e466f3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
coffee-script-source
8282
execjs
8383
coffee-script-source (1.12.2)
84-
concurrent-ruby (1.1.3)
84+
concurrent-ruby (1.1.4)
8585
contracts (0.16.0)
8686
crass (1.0.4)
8787
cucumber (3.1.2)
@@ -107,7 +107,7 @@ GEM
107107
em-websocket (0.5.1)
108108
eventmachine (>= 0.12.9)
109109
http_parser.rb (~> 0.6.0)
110-
erubi (1.7.1)
110+
erubi (1.8.0)
111111
eventmachine (1.2.7)
112112
execjs (2.7.0)
113113
ffi (1.9.25)
@@ -143,7 +143,7 @@ GEM
143143
guard (>= 2.0.0)
144144
guard-compat (~> 1.0)
145145
http_parser.rb (0.6.0)
146-
i18n (1.1.1)
146+
i18n (1.3.0)
147147
concurrent-ruby (~> 1.0)
148148
jaro_winkler (1.5.1)
149149
jquery-fileupload-rails (1.0.0)
@@ -171,15 +171,15 @@ GEM
171171
mini_mime (>= 0.1.1)
172172
method_source (0.9.2)
173173
mini_mime (1.0.1)
174-
mini_portile2 (2.3.0)
174+
mini_portile2 (2.4.0)
175175
minitest (5.11.3)
176176
multi_json (1.13.1)
177177
multi_test (0.1.2)
178178
mysql2 (0.5.2)
179179
nenv (0.3.0)
180180
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)
183183
notiffany (0.1.1)
184184
nenv (~> 0.1)
185185
shellany (~> 0.0)
@@ -232,10 +232,10 @@ GEM
232232
thor (>= 0.18.1, < 2.0)
233233
rainbow (3.0.0)
234234
raindrops (0.19.0)
235-
rake (12.3.1)
235+
rake (12.3.2)
236236
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)
239239
ref (2.0.0)
240240
regexp_parser (1.3.0)
241241
responders (2.4.0)
@@ -262,7 +262,7 @@ GEM
262262
rspec-mocks (~> 3.8.0)
263263
rspec-support (~> 3.8.0)
264264
rspec-support (3.8.0)
265-
rubocop (0.61.0)
265+
rubocop (0.61.1)
266266
jaro_winkler (~> 1.5.1)
267267
parallel (~> 1.10)
268268
parser (>= 2.5, != 2.5.1.1)
@@ -320,7 +320,7 @@ GEM
320320
thread_safe (~> 0.1)
321321
uglifier (4.1.20)
322322
execjs (>= 0.3.0, < 3)
323-
unicode-display_width (1.4.0)
323+
unicode-display_width (1.4.1)
324324
unicorn (5.4.1)
325325
kgio (~> 2.6)
326326
raindrops (~> 0.7)
@@ -382,4 +382,4 @@ RUBY VERSION
382382
ruby 2.5.3p105
383383

384384
BUNDLED WITH
385-
1.17.1
385+
1.17.2

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
7272
# the I18n.default_locale when a translation can not be found).
73-
config.i18n.fallbacks = true
73+
config.i18n.fallbacks = [I18n.default_locale]
7474

7575
# Send deprecation notices to registered listeners.
7676
config.active_support.deprecation = :notify

0 commit comments

Comments
 (0)