diff options
author | Timm <kaspth@gmail.com> | 2014-05-23 23:42:20 +0200 |
---|---|---|
committer | Timm <kaspth@gmail.com> | 2014-06-16 21:04:23 +0200 |
commit | 33c8bfce0c81ee133dc62d56a727182e44785806 (patch) | |
tree | 7beb03ae6d45da62a9eb7c0c2bb3247d37a78348 /Gemfile | |
parent | 33019a321c7b8083068850750a3f4c466ae7c059 (diff) | |
download | rails-33c8bfce0c81ee133dc62d56a727182e44785806.tar.gz rails-33c8bfce0c81ee133dc62d56a727182e44785806.tar.bz2 rails-33c8bfce0c81ee133dc62d56a727182e44785806.zip |
Point gems to all the right places.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,8 +2,8 @@ source 'https://rubygems.org' gemspec -# temporary gem while working on loofah integration -gem 'loofah', '~> 1.2.1', github: 'kaspth/loofah' +#temporary gem until a new version of loofah is released +gem 'loofah', github: 'kaspth/loofah', branch: 'single-scrub' # This needs to be with require false as it is # loaded after loading the test library to @@ -15,8 +15,8 @@ gem 'jquery-rails', '~> 3.1.0' gem 'turbolinks' gem 'coffee-rails', '~> 4.0.0' gem 'arel', github: 'rails/arel', branch: 'master' -gem 'rails-dom-testing', github: 'kaspth/rails-dom-testing' -gem 'rails-html-sanitizer', github: 'rafaelfranca/rails-html-sanitizer' +gem 'rails-dom-testing', github: 'rails/rails-dom-testing' +gem 'rails-html-sanitizer', github: 'rails/rails-html-sanitizer' gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master' gem 'i18n', github: 'svenfuchs/i18n', branch: 'master' |