Lock protected_attributes version to make tests succeed (for now)

This commit is contained in:
wvengen 2015-07-20 23:55:44 +02:00
parent faa69bfcca
commit ae4979a3f0
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ gem 'acts_as_tree'
gem 'rails-settings-cached'
gem 'resque'
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
gem 'protected_attributes'
gem 'protected_attributes', '= 1.1.0' # 1.1.0 until tests work work with higher versions
gem 'ruby-units'
gem 'attribute_normalizer'
gem 'ice_cube', '~> 0.13.0'