From 6691656e045b559a09dda2ffa992f30e277e1229 Mon Sep 17 00:00:00 2001 From: Piotr Solnica Date: Fri, 29 Apr 2011 10:37:31 +0200 Subject: [PATCH] Bump DO to 0.10.4 final in Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 609f720f..4567f840 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ SOURCE = ENV.fetch('SOURCE', :git).to_sym REPO_POSTFIX = SOURCE == :path ? '' : '.git' DATAMAPPER = SOURCE == :path ? Pathname(__FILE__).dirname.parent : 'http://github.com/datamapper' DM_VERSION = '~> 1.1.0' -DO_VERSION = '~> 0.10.4.rc' +DO_VERSION = '~> 0.10.4' DM_DO_ADAPTERS = %w[ sqlite postgres mysql oracle sqlserver ] gem 'addressable', '~> 2.2.4'