From 9e467d9fbf395d712ac910b24746fe8e2009739c Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Sun, 22 Apr 2018 03:18:18 +0200 Subject: [PATCH] wicked_pdf added, gitignore for /storage --- .gitignore | 1 + Gemfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 108a9e3..a8d3ef6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ /public/images /public/tmp /public/assets +/storage .byebug_history .tags Gemfile.lock diff --git a/Gemfile b/Gemfile index 61221e7..7c082d4 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'paperclip' gem 'pdfkit' gem 'text-table' # https://github.com/aptinio/text-table gem 'wdm', '>= 0.1.0' if Gem.win_platform? - +gem 'wicked_pdf' # Use CoffeeScript for .coffee assets and views gem 'coffee-rails', '~> 4.2' # Turbolinks makes navigating your web application faster.