Skip to content

Commit

Permalink
Bump DO to 0.10.4 final in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Apr 29, 2011
1 parent d242eca commit 6691656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'
Expand Down

0 comments on commit 6691656

Please sign in to comment.