diff --git a/Gemfile b/Gemfile index e6d57bf459..a6f19affbb 100644 --- a/Gemfile +++ b/Gemfile @@ -37,6 +37,8 @@ gem 'execjs', '~> 0.4' # Required by ejs gem 'net-ldap', '0.16.0' gem 'json-schema', '2.1.9' +gem 'mime-types', '3.1' + group :production, :staging do gem 'unicorn', '4.8.2' gem 'unicorn-worker-killer' diff --git a/Gemfile.lock b/Gemfile.lock index 03ec138922..ff3f87ba68 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -431,6 +431,7 @@ DEPENDENCIES instagram (= 1.1.6) json-schema (= 2.1.9) memory_profiler + mime-types (= 3.1) mocha (= 1.1.0) mock_redis net-ldap (= 0.16.0)