Skip to content

Commit

Permalink
Use DM 1.2.rc1 in our test so they pass on 1.9.3.preview
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Sep 9, 2011
1 parent 92aea16 commit 2680075
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ before_script: "git submodule update --init"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- rbx-2.0

Expand Down
10 changes: 5 additions & 5 deletions Gemfile
Expand Up @@ -3,11 +3,11 @@ require File.expand_path("../padrino-core/lib/padrino-core/version.rb", __FILE__
source :rubygems

group :db do
gem "dm-core", ">=1.1.0"
gem "dm-migrations", ">=1.1.0"
gem "dm-validations", ">=1.1.0"
gem "dm-aggregates", ">=1.1.0"
gem "dm-sqlite-adapter", ">=1.1.0"
gem "dm-core", ">=1.2.rc1"
gem "dm-migrations", ">=1.2.rc1"
gem "dm-validations", ">=1.2.rc1"
gem "dm-aggregates", ">=1.2.rc1"
gem "dm-sqlite-adapter", ">=1.2.rc1"
end

group :development do
Expand Down

0 comments on commit 2680075

Please sign in to comment.