1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

testing with latest ActiveRecord 3.2 version

This commit is contained in:
Thorsten Böttger 2013-11-15 11:44:30 +01:00
parent 66855719d5
commit 79a3844502

View file

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.date = Time.now
s.licenses = ["MIT"]
s.add_development_dependency 'activerecord', '3.2.12'
s.add_development_dependency 'activerecord', '3.2.15'
# s.add_development_dependency 'activerecord', '4.0.1'
s.add_development_dependency 'mongoid' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')