mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Point gems to all the right places.
This commit is contained in:
parent
33019a321c
commit
33c8bfce0c
1 changed files with 4 additions and 4 deletions
8
Gemfile
8
Gemfile
|
@ -2,8 +2,8 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
# temporary gem while working on loofah integration
|
#temporary gem until a new version of loofah is released
|
||||||
gem 'loofah', '~> 1.2.1', github: 'kaspth/loofah'
|
gem 'loofah', github: 'kaspth/loofah', branch: 'single-scrub'
|
||||||
|
|
||||||
# This needs to be with require false as it is
|
# This needs to be with require false as it is
|
||||||
# loaded after loading the test library to
|
# loaded after loading the test library to
|
||||||
|
@ -15,8 +15,8 @@ gem 'jquery-rails', '~> 3.1.0'
|
||||||
gem 'turbolinks'
|
gem 'turbolinks'
|
||||||
gem 'coffee-rails', '~> 4.0.0'
|
gem 'coffee-rails', '~> 4.0.0'
|
||||||
gem 'arel', github: 'rails/arel', branch: 'master'
|
gem 'arel', github: 'rails/arel', branch: 'master'
|
||||||
gem 'rails-dom-testing', github: 'kaspth/rails-dom-testing'
|
gem 'rails-dom-testing', github: 'rails/rails-dom-testing'
|
||||||
gem 'rails-html-sanitizer', github: 'rafaelfranca/rails-html-sanitizer'
|
gem 'rails-html-sanitizer', github: 'rails/rails-html-sanitizer'
|
||||||
gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master'
|
gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master'
|
||||||
gem 'i18n', github: 'svenfuchs/i18n', branch: 'master'
|
gem 'i18n', github: 'svenfuchs/i18n', branch: 'master'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue