mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-09 13:46:21 +08:00
Revert Wicked PDF Gem version
This commit is contained in:
parent
3d9323c8d7
commit
e656101c47
2 changed files with 7 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -46,7 +46,7 @@ gem 'commit_param_routing' # Enables different submit actions in the same form t
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
gem "i18n-js", ">= 3.0.0.rc11" # Localization in javascript files
|
gem "i18n-js", ">= 3.0.0.rc11" # Localization in javascript files
|
||||||
gem 'roo', '~> 2.1.0' # Spreadsheet parser
|
gem 'roo', '~> 2.1.0' # Spreadsheet parser
|
||||||
gem 'wicked_pdf', '>= 1.1'
|
gem 'wicked_pdf'
|
||||||
gem 'silencer' # Silence certain Rails logs
|
gem 'silencer' # Silence certain Rails logs
|
||||||
gem 'wkhtmltopdf-heroku'
|
gem 'wkhtmltopdf-heroku'
|
||||||
gem 'remotipart', '~> 1.2' # Async file uploads
|
gem 'remotipart', '~> 1.2' # Async file uploads
|
||||||
|
|
|
||||||
|
|
@ -280,6 +280,7 @@ GEM
|
||||||
shoulda-context (1.2.1)
|
shoulda-context (1.2.1)
|
||||||
shoulda-matchers (3.1.1)
|
shoulda-matchers (3.1.1)
|
||||||
activesupport (>= 4.0.0)
|
activesupport (>= 4.0.0)
|
||||||
|
silencer (1.0.1)
|
||||||
simple_token_authentication (1.14.0)
|
simple_token_authentication (1.14.0)
|
||||||
actionmailer (>= 3.2.6, < 6)
|
actionmailer (>= 3.2.6, < 6)
|
||||||
actionpack (>= 3.2.6, < 6)
|
actionpack (>= 3.2.6, < 6)
|
||||||
|
|
@ -388,6 +389,7 @@ DEPENDENCIES
|
||||||
sdoc (~> 0.4.0)
|
sdoc (~> 0.4.0)
|
||||||
shoulda-context
|
shoulda-context
|
||||||
shoulda-matchers (>= 3.0.1)
|
shoulda-matchers (>= 3.0.1)
|
||||||
|
silencer
|
||||||
simple_token_authentication (~> 1.0)
|
simple_token_authentication (~> 1.0)
|
||||||
skylight
|
skylight
|
||||||
sneaky-save!
|
sneaky-save!
|
||||||
|
|
@ -402,5 +404,8 @@ DEPENDENCIES
|
||||||
wkhtmltopdf-heroku
|
wkhtmltopdf-heroku
|
||||||
yomu
|
yomu
|
||||||
|
|
||||||
|
RUBY VERSION
|
||||||
|
ruby 2.3.3p222
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.11.2
|
1.14.6
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue