Skip to content

Commit

Permalink
Add thin as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentp committed Oct 29, 2013
1 parent eb52920 commit daabd54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -4,6 +4,7 @@ PATH
massive_record (0.2.3)
activemodel (~> 3.0.7)
activesupport (~> 3.0.7, < 3.0.20)
thin
thrift (~> 0.9.0)
tzinfo

Expand Down Expand Up @@ -46,4 +47,3 @@ PLATFORMS
DEPENDENCIES
massive_record!
rspec
thin
2 changes: 1 addition & 1 deletion massive_record.gemspec
Expand Up @@ -17,9 +17,9 @@ Gem::Specification.new do |s|
s.add_dependency "activesupport", "~> 3.0.7", "< 3.0.20"
s.add_dependency "activemodel", "~> 3.0.7"
s.add_dependency "tzinfo"
s.add_dependency "thin"

s.add_development_dependency "rspec"
s.add_development_dependency "thin"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit daabd54

Please sign in to comment.