diff --git a/app/Gemfile.lock b/app/Gemfile.lock index 9b8a9b6..9685a63 100644 --- a/app/Gemfile.lock +++ b/app/Gemfile.lock @@ -48,12 +48,14 @@ GEM coffee-script-source execjs coffee-script-source (1.9.1.1) + concurrent-ruby (1.1.10) debug_inspector (0.0.2) erubis (2.7.0) execjs (2.6.0) globalid (0.3.6) activesupport (>= 4.1.0) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jbuilder (2.3.1) activesupport (>= 3.0.0, < 5) multi_json (~> 1.2) @@ -72,6 +74,7 @@ GEM multi_json (1.11.2) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) + pg (1.3.5) rack (1.6.4) rack-test (0.6.3) rack (>= 1.0) @@ -94,6 +97,11 @@ GEM rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.2) loofah (~> 2.0) + 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 (4.2.4) actionpack (= 4.2.4) activesupport (= 4.2.4) @@ -143,7 +151,9 @@ DEPENDENCIES coffee-rails (~> 4.1.0) jbuilder (~> 2.0) jquery-rails + pg rails (= 4.2.4) + rails_12factor sass-rails (~> 5.0) sdoc (~> 0.4.0) spring