diff options
author | George Claghorn <george.claghorn@gmail.com> | 2018-01-15 13:06:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 13:06:17 -0500 |
commit | c2ba530c43244b5b60fd629f61cd8b44c43ecda9 (patch) | |
tree | 76c572f419a8e30b4ba2d2ae22570844ba28361e /activestorage/activestorage.gemspec | |
parent | d8e7d6b03c50f4f01c333461c46666d8210e2c17 (diff) | |
download | rails-c2ba530c43244b5b60fd629f61cd8b44c43ecda9.tar.gz rails-c2ba530c43244b5b60fd629f61cd8b44c43ecda9.tar.bz2 rails-c2ba530c43244b5b60fd629f61cd8b44c43ecda9.zip |
Extract content types from blob data
Diffstat (limited to 'activestorage/activestorage.gemspec')
-rw-r--r-- | activestorage/activestorage.gemspec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activestorage/activestorage.gemspec b/activestorage/activestorage.gemspec index 7f7f1a26ac..d135324700 100644 --- a/activestorage/activestorage.gemspec +++ b/activestorage/activestorage.gemspec @@ -27,4 +27,8 @@ Gem::Specification.new do |s| s.add_dependency "actionpack", version s.add_dependency "activerecord", version + + s.add_dependency "marcel", "~> 0.3.1" + + s.add_development_dependency "webmock", "~> 3.2.1" end |