Lock protected_attributes version to make tests succeed (for now)
This commit is contained in:
parent
faa69bfcca
commit
ae4979a3f0
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue