Skip to content

Commit

Permalink
added missing gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brewster1134 committed Oct 28, 2016
1 parent 4dfb117 commit 59a84f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .hound.yml

This file was deleted.

2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -5,6 +5,7 @@ PATH
activesupport (= 4.2.7.1)
git
i18n
rb-readline
rubyzip

GEM
Expand Down Expand Up @@ -73,6 +74,7 @@ GEM
rb-fsevent (0.9.8)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rb-readline (0.5.3)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand Down
1 change: 1 addition & 0 deletions sourcerer.gemspec
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'activesupport', '4.2.7.1'
s.add_runtime_dependency 'git'
s.add_runtime_dependency 'i18n'
s.add_runtime_dependency 'rb-readline'
s.add_runtime_dependency 'rubyzip'

s.add_development_dependency 'coveralls'
Expand Down

0 comments on commit 59a84f3

Please sign in to comment.