Skip to content

Commit

Permalink
Update explicit rack version dependency to 1.3.
Browse files Browse the repository at this point in the history
Nesta was already implicitly depending on rack greater than 1.3 anyway, via Sinatra 1.3, but now our own code relies on the `ssl?` method that is not present in rack 1.1.
  • Loading branch information
MicahChalmer authored and gma committed Jul 4, 2012
1 parent d19ec5e commit 7d61598
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 @@ -4,7 +4,7 @@ PATH
nesta (0.9.13)
RedCloth (~> 4.2)
haml (~> 3.1)
rack (~> 1.1)
rack (~> 1.3)
rdiscount (~> 1.6)
sass (~> 3.1)
shotgun (>= 0.8)
Expand Down
2 changes: 1 addition & 1 deletion nesta.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ EOF
s.add_dependency('rdiscount', '~> 1.6')
s.add_dependency('RedCloth', '~> 4.2')
s.add_dependency('sinatra', '~> 1.3')
s.add_dependency('rack', '~> 1.1')
s.add_dependency('rack', '~> 1.3')

# Useful in development
s.add_dependency('shotgun', '>= 0.8')
Expand Down

0 comments on commit 7d61598

Please sign in to comment.