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

Commit

Permalink
Adjust rails deps to ~> 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Sep 1, 2011
1 parent af4c0b8 commit 229ec3e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ DM_VERSION = '~> 1.1.0'
DO_VERSION = '~> 0.10.6'
DM_DO_ADAPTERS = %w[ sqlite postgres mysql oracle sqlserver ]

gem 'dm-core', DM_VERSION, SOURCE => "#{DATAMAPPER}/dm-core#{REPO_POSTFIX}"
gem 'actionpack', '>= 3.0.4', '< 3.2', :require => 'action_pack'
# DataMapper dependencies
gem 'dm-core', DM_VERSION, SOURCE => "#{DATAMAPPER}/dm-core#{REPO_POSTFIX}"
gem 'dm-active_model', DM_VERSION, SOURCE => "#{DATAMAPPER}/dm-active_model#{REPO_POSTFIX}"
gem 'railties', '>= 3.0.4', '< 3.2', :require => 'rails'

# Rails dependencies
gem 'actionpack', '~> 3.1.0', :require => 'action_pack'
gem 'railties', '~> 3.1.0', :require => 'rails'

group :development do

Expand Down

0 comments on commit 229ec3e

Please sign in to comment.