Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Bump Sequel dependency to 3.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Dec 3, 2009
1 parent 7b2af28 commit ea1a7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY
Expand Up @@ -3,7 +3,7 @@ Thoth History

Version 0.3.0 (?)
* Requires Ramaze 2009.10.
* Requires Sequel 3.1.x.
* Requires Sequel 3.7.x.
* Thoth can now be run under Phusion Passenger (mod_rack/mod_rails) or any
other server that supports Rackup specifications. This is now the preferred
way to run Thoth. [Thanks to Steven Bedrick]
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -69,7 +69,7 @@ thoth_gemspec = Gem::Specification.new do |s|
s.add_dependency('jsmin', '~> 1.0.1')
s.add_dependency('RedCloth', '~> 4.2.1')
s.add_dependency('sanitize', '~> 1.1.0')
s.add_dependency('sequel', '~> 3.1.0')
s.add_dependency('sequel', '~> 3.7.0')

# Development dependencies.
s.add_development_dependency('bacon', '~> 1.1.0')
Expand Down

0 comments on commit ea1a7bf

Please sign in to comment.