source “http://rubygems.org” # XML Parsing library, required for the mimick gem. gem “nokogiri” # Rake tasks to duplicate your cache. # > 4.1.pre6 to support AWS. gem “mimick”, “~> 4.1.pre6” # Adds generic personal data to the user model. # < 4 because of rails 4.2 incompatibility gem “active_persona”, “> 3.8”, “< 4” # Metaprogramming helpers for Ruby. # # Use Github fork to fix thread safety. We can use the # official version when this is merged and released: # https://github.com/svergo/master_class/pull/42 gem “master_class”, github: “sunny/master_class”
8 / 14