Navigation Menu

Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

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 faf2af0 commit 503f640
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.2'
DO_VERSION = '~> 0.10.4'
DM_DO_ADAPTERS = %w[ sqlite postgres mysql oracle sqlserver ]

gem 'dm-core', DM_VERSION, SOURCE => "#{DATAMAPPER}/dm-core#{REPO_POSTFIX}"
Expand Down

0 comments on commit 503f640

Please sign in to comment.