AutoCommit Son Aug 30 15:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-30 15:03:01 +02:00
parent 5bf63421a6
commit 4a671f5cff
4 changed files with 62 additions and 19 deletions

View File

@@ -84,9 +84,9 @@ gem 'awesome_nested_set'
gem 'annotate', ">=2.5.0"
gem 'carrierwave', "~>0.9.0"
group :development, :test do
gem 'factory_girl_rails'
gem 'factory_girl_rails',"~>4.5.0"
gem 'rspec-rails'
gem 'minitest'
gem 'minitest', "~>4.7.5"
gem 'rspec-collection_matchers'
gem 'rspec-expectations'
end