Revert Wicked PDF Gem version

This commit is contained in:
Luka Murn 2017-04-12 09:27:31 +02:00
parent 3d9323c8d7
commit e656101c47
2 changed files with 7 additions and 2 deletions

View file

@ -46,7 +46,7 @@ gem 'commit_param_routing' # Enables different submit actions in the same form t
gem 'kaminari'
gem "i18n-js", ">= 3.0.0.rc11" # Localization in javascript files
gem 'roo', '~> 2.1.0' # Spreadsheet parser
gem 'wicked_pdf', '>= 1.1'
gem 'wicked_pdf'
gem 'silencer' # Silence certain Rails logs
gem 'wkhtmltopdf-heroku'
gem 'remotipart', '~> 1.2' # Async file uploads

View file

@ -280,6 +280,7 @@ GEM
shoulda-context (1.2.1)
shoulda-matchers (3.1.1)
activesupport (>= 4.0.0)
silencer (1.0.1)
simple_token_authentication (1.14.0)
actionmailer (>= 3.2.6, < 6)
actionpack (>= 3.2.6, < 6)
@ -388,6 +389,7 @@ DEPENDENCIES
sdoc (~> 0.4.0)
shoulda-context
shoulda-matchers (>= 3.0.1)
silencer
simple_token_authentication (~> 1.0)
skylight
sneaky-save!
@ -402,5 +404,8 @@ DEPENDENCIES
wkhtmltopdf-heroku
yomu
RUBY VERSION
ruby 2.3.3p222
BUNDLED WITH
1.11.2
1.14.6