Skip to content

Commit

Permalink
Merge pull request #328 from AssetSync/fix/missing-require
Browse files Browse the repository at this point in the history
! Add missing runtime dependency declaration to gemspec
  • Loading branch information
PikachuEXE committed Jul 20, 2016
2 parents ac46e66 + 2d84b3a commit 6dff134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asset_sync.gemspec
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency('fog', ">= 1.8.0")
s.add_dependency('unf')
s.add_dependency('activemodel')
s.add_dependency('mime-types')

s.add_development_dependency "rspec"
s.add_development_dependency "bundler"
Expand Down

0 comments on commit 6dff134

Please sign in to comment.