Skip to content

Commit

Permalink
use an unrealized version of rails-deprecated_sanitizer to get passed…
Browse files Browse the repository at this point in the history
… Rails 4.2.0.beta1 issue
  • Loading branch information
johnnaegle committed Aug 29, 2014
1 parent 7d688a8 commit 9ae945c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ group :test do
gem 'rspec', '>= 3'
gem 'rubocop', '>= 0.25'
gem 'simplecov', '>= 0.9'

if ENV['RAILS_VERSION'] == '4.2.0.beta1'
# see https://github.com/rails/rails-deprecated_sanitizer/pull/1
gem 'rails-deprecated_sanitizer', github: 'rails/rails-deprecated_sanitizer'
end

end

gemspec

0 comments on commit 9ae945c

Please sign in to comment.