Skip to content

Commit

Permalink
Be sure to bundle DB 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 21, 2013
1 parent 4192e63 commit 43b5bb9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gemfiles/data_mapper_12.gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source 'https://rubygems.org'

gem 'railties', '>= 3.2.3'
gem 'dm-core', '>= 1.2.0'
gem 'dm-migrations', '>= 1.2.0'
gem 'dm-aggregates', '>= 1.2.0'
gem 'dm-transactions', '>= 1.2.0'
gem 'dm-active_model', '>= 1.2.0'
gem 'dm-sqlite-adapter', '>= 1.2.0'
gem 'dm-core', '~> 1.2.0'
gem 'dm-migrations', '~> 1.2.0'
gem 'dm-aggregates', '~> 1.2.0'
gem 'dm-transactions', '~> 1.2.0'
gem 'dm-active_model', '~> 1.2.1'
gem 'dm-sqlite-adapter', '~> 1.2.0'
gem 'rspec-rails', '>= 2.0'
gem 'nokogiri'
gem 'xpath'
Expand Down

0 comments on commit 43b5bb9

Please sign in to comment.