Skip to content

Commit

Permalink
! Add missing runtime dependency declaration to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Jun 8, 2016
1 parent d9a5921 commit 2d84b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asset_sync.gemspec
Original file line number Diff line number Diff line change
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 2d84b3a

Please sign in to comment.