From ea1a7bf04e1a9658aa0f8b0b9d52194042314161 Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Wed, 2 Dec 2009 21:44:30 -0800 Subject: [PATCH] Bump Sequel dependency to 3.7.0. --- HISTORY | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 2525d9c..3047b9f 100644 --- a/HISTORY +++ b/HISTORY @@ -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] diff --git a/Rakefile b/Rakefile index 3e174fe..e92c9d4 100644 --- a/Rakefile +++ b/Rakefile @@ -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')