Skip to content

Commit

Permalink
remove version dependency on rack
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine committed Apr 5, 2012
1 parent 7d5ed84 commit a9fb065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/slimmer/version.rb
@@ -1,3 +1,3 @@
module Slimmer
VERSION = '1.1.35'
VERSION = '1.1.36'
end
2 changes: 1 addition & 1 deletion slimmer.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "slimmer"

s.add_dependency 'nokogiri', '~> 1.5.0'
s.add_dependency 'rack', '~> 1.3.5'
s.add_dependency 'rack', '> 1.3.5'
s.add_dependency 'plek', '>= 0.1.8'
s.add_dependency 'json'
s.add_dependency 'null_logger'
Expand Down

0 comments on commit a9fb065

Please sign in to comment.