Skip to content

Commit

Permalink
update mime-times dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Sep 30, 2013
1 parent 622b0c0 commit 376c3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -8,7 +8,7 @@ This.homepage = "http://github.com/copiousfreetime/#{ This.name }"

This.ruby_gemspec do |spec|
spec.add_runtime_dependency( 'puma' , '~> 2.0' )
spec.add_runtime_dependency( 'mime-types', '~> 1.23')
spec.add_runtime_dependency( 'mime-types', '~> 1.25')
spec.add_runtime_dependency( 'launchy' , '~> 2.3' )
spec.add_runtime_dependency( 'coderay' , '~> 1.0' )

Expand Down

0 comments on commit 376c3fa

Please sign in to comment.