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

exclude dynamoid from Rails 5.0 tests as it is not yet compatible

This commit is contained in:
Thorsten Böttger 2016-05-06 14:31:49 +12:00
parent 3a76ad3ddb
commit a6b6de6962

View file

@ -9,7 +9,10 @@ gem "mime-types", "~> 2" if Gem::Version.create(RUBY_VERSION.dup) <= Gem::Versio
gem "rails", "5.0.0.beta4"
gem 'mongoid', '~>4.0' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.create('1.9.3')
gem 'sequel'
gem 'dynamoid', '~> 1', :platforms => :ruby
# dynamoid is not yet Rails 5 compatible
# gem 'dynamoid', '~> 1', :platforms => :ruby
gem 'aws-sdk', '~>2', :platforms => :ruby
gemspec :path => "../"