Commit 84ccbe18e1c54824776a1530255018981d3f837a

Authored by Cyril Mougel
1 parent 7f8f79a5
Exists in master and in 1 other branch production

Add requirement information on Errbit in README

Showing 2 changed files with 8 additions and 1 deletions   Show diff stats
1 source 'http://rubygems.org' 1 source 'http://rubygems.org'
2 2
3 -gem 'rails', '3.2.13' 3 +gem 'rails', '~> 3.2.13'
4 gem 'mongoid', '~> 3.1.4' 4 gem 'mongoid', '~> 3.1.4'
5 5
6 gem 'mongoid_rails_migrations', '~> 1.0.1' 6 gem 'mongoid_rails_migrations', '~> 1.0.1'
@@ -78,6 +78,13 @@ There is a demo available at [http://errbit-demo.herokuapp.com/](http://errbit-d @@ -78,6 +78,13 @@ There is a demo available at [http://errbit-demo.herokuapp.com/](http://errbit-d
78 Email: demo@errbit-demo.herokuapp.com<br/> 78 Email: demo@errbit-demo.herokuapp.com<br/>
79 Password: password 79 Password: password
80 80
  81 +# Requirement
  82 +
  83 +The list of requirement to install Errbit is :
  84 +
  85 + * Ruby 1.9.3 or higher
  86 + * MongoDB 2.2.0 or higher
  87 +
81 Installation 88 Installation
82 ------------ 89 ------------
83 90