aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-28 07:48:56 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-28 07:48:56 +0900
commitacaa0795b26a811456daab5b175831553090e8fc (patch)
tree9b382c3ba9705cdce40615be02fb1418e31e8274 /activestorage
parent924a368f5c654f5304e575c767eb0fc64adc8659 (diff)
downloadrails-acaa0795b26a811456daab5b175831553090e8fc.tar.gz
rails-acaa0795b26a811456daab5b175831553090e8fc.tar.bz2
rails-acaa0795b26a811456daab5b175831553090e8fc.zip
Include migration files in gem
Fixes #31245
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/activestorage.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/activestorage.gemspec b/activestorage/activestorage.gemspec
index 911e1a0469..7f7f1a26ac 100644
--- a/activestorage/activestorage.gemspec
+++ b/activestorage/activestorage.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.email = "david@loudthinking.com"
s.homepage = "http://rubyonrails.org"
- s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/**/*", "config/**/*"]
+ s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*", "app/**/*", "config/**/*", "db/**/*"]
s.require_path = "lib"
s.metadata = {