Add missing explicit dependency (#640)
This commit is contained in:
parent
99052fa3a7
commit
bb4d9d132c
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -53,6 +53,7 @@ gem 'spreadsheet'
|
||||||
gem 'exception_notification'
|
gem 'exception_notification'
|
||||||
gem 'gaffe'
|
gem 'gaffe'
|
||||||
gem 'ruby-filemagic'
|
gem 'ruby-filemagic'
|
||||||
|
gem 'mime-types'
|
||||||
gem 'midi-smtp-server'
|
gem 'midi-smtp-server'
|
||||||
|
|
||||||
# we use the git version of acts_as_versioned, and need to include it in this Gemfile
|
# we use the git version of acts_as_versioned, and need to include it in this Gemfile
|
||||||
|
|
|
@ -534,6 +534,7 @@ DEPENDENCIES
|
||||||
mailcatcher
|
mailcatcher
|
||||||
meta_request
|
meta_request
|
||||||
midi-smtp-server
|
midi-smtp-server
|
||||||
|
mime-types
|
||||||
mysql2 (~> 0.4.0)
|
mysql2 (~> 0.4.0)
|
||||||
prawn
|
prawn
|
||||||
prawn-table
|
prawn-table
|
||||||
|
|
Loading…
Reference in a new issue