Rakefile in heel-3.2.0 vs Rakefile in heel-3.2.1

- old
+ new

@@ -6,10 +6,10 @@ This.email = "jeremy@copiousfreetime.org" This.homepage = "http://github.com/copiousfreetime/#{ This.name }" This.ruby_gemspec do |spec| spec.add_runtime_dependency( 'rack' , '~> 2.0' ) - spec.add_runtime_dependency( 'puma' , '~> 3.11.3' ) + spec.add_runtime_dependency( 'puma' , '~> 3.11' ) spec.add_runtime_dependency( 'mime-types', '~> 3.1') spec.add_runtime_dependency( 'launchy' , '~> 2.4' ) spec.add_runtime_dependency( 'coderay' , '~> 1.1' ) spec.add_development_dependency( 'rake' , '~> 12.3')