mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Add 'test-unit' gem to 3.2 rails Gemfile
This commit is contained in:
parent
d23c2a2a1a
commit
a7df820d77
1 changed files with 1 additions and 0 deletions
|
@ -10,5 +10,6 @@ gem 'mongoid', '~>3.1' if Gem::Version.create(RUBY_VERSION.dup) >= Gem::Version.
|
|||
gem 'sequel'
|
||||
gem 'mongo_mapper', '~>0.13'
|
||||
gem 'bson_ext', :platforms => :ruby
|
||||
gem 'test-unit', '~> 3.0'
|
||||
|
||||
gemspec :path => "../"
|
||||
|
|
Loading…
Reference in a new issue