Skip to content

Commit

Permalink
Merge pull request #822 from rubyforgood/726-security-vulnerability
Browse files Browse the repository at this point in the history
726 security vulnerability
  • Loading branch information
seanmarcia authored Apr 28, 2019
2 parents 74cffc7 + 26d9d74 commit eca5dc7
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 1,008 deletions.
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
api-auth (2.3.1)
arel (9.0.0)
ast (2.4.0)
autoprefixer-rails (9.4.3)
autoprefixer-rails (9.5.1)
execjs
awesome_print (1.8.0)
bcrypt (3.1.12)
Expand All @@ -72,7 +72,7 @@ GEM
bindex (0.5.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bootstrap-sass (3.4.0)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0)
bugsnag (6.10.0)
Expand Down Expand Up @@ -126,14 +126,14 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
database_cleaner (1.7.0)
debug_inspector (0.0.3)
devise (4.5.0)
devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
Expand All @@ -147,7 +147,7 @@ GEM
dotenv-rails (2.5.0)
dotenv (= 2.5.0)
railties (>= 3.2, < 6.0)
erubi (1.7.1)
erubi (1.8.0)
erubis (2.7.0)
execjs (2.7.0)
factory_bot (4.11.1)
Expand All @@ -157,7 +157,7 @@ GEM
railties (>= 3.0.0)
fakeredis (0.7.0)
redis (>= 3.2, < 5.0)
ffi (1.9.25)
ffi (1.10.0)
flipper (0.16.0)
flipper-active_record (0.16.0)
activerecord (>= 3.2, < 6)
Expand Down Expand Up @@ -196,7 +196,7 @@ GEM
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (0.3.7)
i18n (1.3.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
image_processing (1.7.1)
mini_magick (~> 4.0)
Expand Down Expand Up @@ -245,7 +245,7 @@ GEM
net_http_ssl_fix (0.0.10)
newrelic_rpm (5.6.0.349)
nio4r (2.3.1)
nokogiri (1.10.1)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
notiffany (0.1.1)
nenv (~> 0.1)
Expand Down Expand Up @@ -279,7 +279,7 @@ GEM
pry (>= 0.10.4)
public_suffix (3.0.3)
puma (3.12.0)
rack (2.0.6)
rack (2.0.7)
rack-protection (2.0.4)
rack
rack-proxy (0.6.5)
Expand Down Expand Up @@ -327,9 +327,9 @@ GEM
redis (4.1.0)
ref (2.0.0)
regexp_parser (1.3.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand Down Expand Up @@ -377,8 +377,8 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sassc (2.0.0)
ffi (~> 1.9.6)
sassc (2.0.1)
ffi (~> 1.9)
rake
selenium-webdriver (3.141.0)
childprocess (~> 0.5)
Expand Down Expand Up @@ -432,8 +432,8 @@ GEM
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.4.0)
warden (1.2.7)
rack (>= 1.0)
warden (1.2.8)
rack (>= 2.0.6)
web-console (3.7.0)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation cannot be found).
config.i18n.fallbacks = true
config.i18n.fallbacks = [I18n.default_locale]

# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify
Expand Down
Loading

0 comments on commit eca5dc7

Please sign in to comment.