Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
loosen sinatra dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Mar 7, 2012
1 parent 92c2802 commit eefadec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ruote-kit.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ ruote workflow engine, wrapped in a loving rack embrace
'lib/ruote-kit/public/**/*', 'lib/ruote-kit/views/**/*' 'lib/ruote-kit/public/**/*', 'lib/ruote-kit/views/**/*'
] - [ 'rails-template.rb' ] ] - [ 'rails-template.rb' ]


s.add_runtime_dependency 'sinatra', '~> 1.2.0' #s.add_runtime_dependency 'sinatra', '~> 1.2.0'
s.add_runtime_dependency 'sinatra-respond_to', '~> 0.7.0' #s.add_runtime_dependency 'sinatra-respond_to', '~> 0.7.0'
s.add_runtime_dependency 'sinatra', '>= 1.2.0'
s.add_runtime_dependency 'sinatra-respond_to', '>= 0.7.0'

s.add_runtime_dependency 'haml', '>= 3.1.2' s.add_runtime_dependency 'haml', '>= 3.1.2'


s.add_runtime_dependency 'rufus-json', '>= 0.2.5' s.add_runtime_dependency 'rufus-json', '>= 0.2.5'
Expand Down

0 comments on commit eefadec

Please sign in to comment.