Skip to content

Commit

Permalink
specify rack version
Browse files Browse the repository at this point in the history
  • Loading branch information
machu committed Oct 4, 2016
1 parent 20ae6ed commit 9689808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
fastimage
hikidoc
mail
rack
rack (~> 1.6)
rake
sprockets
thor
Expand Down
2 changes: 1 addition & 1 deletion tdiary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'fastimage'
spec.add_dependency 'hikidoc'
spec.add_dependency 'mail'
spec.add_dependency 'rack'
spec.add_dependency 'rack', '~> 1.6' # ~> 2.0 requires ruby 2.2.2 or later.
spec.add_dependency 'rake'
spec.add_dependency 'sprockets'
spec.add_dependency 'thor'
Expand Down

0 comments on commit 9689808

Please sign in to comment.