Skip to content

Commit

Permalink
Merge 5863129 into 7d688a8
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnaegle committed Aug 29, 2014
2 parents 7d688a8 + 5863129 commit 2eed88d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ group :test do
gem 'rspec', '>= 3'
gem 'rubocop', '>= 0.25'
gem 'simplecov', '>= 0.9'

version = Gem::Requirement.parse(ENV['RAILS_VERSION']).last.version rescue nil
if 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 2eed88d

Please sign in to comment.