Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
marioizquierdo committed Dec 31, 2019
1 parent 8814367 commit c852003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
google-protobuf (3.11.2)
minitest (5.11.3)
multipart-post (2.1.1)
rack (2.0.7)
rack (2.0.8)
rake (12.3.1)

PLATFORMS
Expand All @@ -22,7 +22,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1)
minitest (>= 5)
rack
rack (>= 2.0.8)
rake
twirp!

Expand Down
2 changes: 1 addition & 1 deletion twirp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1'
spec.add_development_dependency 'minitest', '>= 5'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rack'
spec.add_development_dependency 'rack', '>= 2.0.8'
end

0 comments on commit c852003

Please sign in to comment.