Gemfile in progstr-filer-0.8.7 vs Gemfile in progstr-filer-0.8.8

- old
+ new

@@ -10,16 +10,16 @@ gem "guard-test" gem "rb-inotify" gem "libnotify" gem "shoulda", ">= 0" #gem "rspec", "~> 2.3.0" - gem "bundler", "~> 1.0.0" + gem "bundler", ">= 1.0.0" gem "jeweler", "~> 1.6.4" - gem "rcov", ">= 0" gem "rdoc", ">= 0" end gem "activerecord", ">=3.0.0" gem "activemodel", ">=3.0.0" +gem "actionpack", ">=3.0.0" gem "uuid" gem "rest-client" gem "multi_json"