diff --git a/Gemfile.lock b/Gemfile.lock index d54e24d..45a946a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM bindex (0.8.1) builder (3.2.4) byebug (11.1.1) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.10) connection_pool (2.2.2) crass (1.0.6) dotenv (2.7.5) @@ -55,10 +55,11 @@ GEM railties (>= 3.2, < 6.1) erubi (1.9.0) execjs (2.7.0) + ffi (1.12.2) ffi (1.12.2-x86-mingw32) - globalid (0.4.2) - activesupport (>= 4.2.0) - i18n (1.8.2) + globalid (1.0.1) + activesupport (>= 5.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) jbuilder (2.10.0) activesupport (>= 5.0.0) @@ -70,10 +71,13 @@ GEM method_source (0.9.2) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.0) + minitest (5.17.0) nio4r (2.5.2) + nokogiri (1.10.9) + mini_portile2 (~> 2.4.0) nokogiri (1.10.9-x86-mingw32) mini_portile2 (~> 2.4.0) + pg (0.19.0) pg (0.19.0-x86-mingw32) puma (3.12.4) rack (2.2.2) @@ -98,6 +102,11 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) + rails_12factor (0.0.3) + rails_serve_static_assets + rails_stdout_logging + rails_serve_static_assets (0.0.5) + rails_stdout_logging (0.0.5) railties (5.1.7) actionpack (= 5.1.7) activesupport (= 5.1.7) @@ -138,7 +147,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.6) + tzinfo (1.2.10) thread_safe (~> 0.1) tzinfo-data (1.2019.3) tzinfo (>= 1.0.0) @@ -158,6 +167,7 @@ GEM websocket-extensions (0.1.4) PLATFORMS + ruby x86-mingw32 DEPENDENCIES @@ -167,6 +177,7 @@ DEPENDENCIES pg (~> 0.18) puma (~> 3.7) rails (~> 5.1.3) + rails_12factor react-rails sass-rails (~> 5.0) turbolinks (~> 5)