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:
parent
3a76ad3ddb
commit
a6b6de6962
1 changed files with 4 additions and 1 deletions
|
@ -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 => "../"
|
||||
|
|
Loading…
Reference in a new issue