acts-as-messageable 0.4.10 → 0.4.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "http://rubygems.org"
4
-
5
- gem "activerecord", "~> 4.1.0"
6
- gem "activesupport", "~> 4.1.0"
7
- gem "ancestry", ">= 1.3.0"
8
- gem "railties", "~> 4.1.0"
9
- gem "protected_attributes"
10
-
11
- group :development do
12
- gem "rspec", "~> 2.0"
13
- gem "jeweler", "~> 1.8.0"
14
- gem "sqlite3"
15
- gem "coveralls", :require => false
16
- gem "appraisal"
17
- end