Skip to content

Commit

Permalink
Update proofer gem (#4646)
Browse files Browse the repository at this point in the history
**Why**: This version includes support for non-string attributes
  • Loading branch information
zachmargolis authored Feb 4, 2021
1 parent 226fe41 commit fa69ca4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem 'newrelic_rpm'
gem 'pg'
gem 'phonelib'
gem 'premailer-rails', '>= 1.11.1'
gem 'proofer', github: '18F/identity-proofer-gem', tag: 'v2.7.1'
gem 'proofer', github: '18F/identity-proofer-gem', ref: 'v2.8.0'
gem 'rack-attack', '>= 6.2.1'
gem 'rack-cors', '>= 1.0.5', require: 'rack/cors'
gem 'rack-headers_filter'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ GIT

GIT
remote: https://github.com/18F/identity-proofer-gem.git
revision: 7ce47a0ac8a089a44cca736bfb022183a36324e8
tag: v2.7.1
revision: 9c73058b6cafd5299266fb9d554ced04ec63b84a
ref: v2.8.0
specs:
proofer (2.7.1)
proofer (2.8.0)

GIT
remote: https://github.com/18F/identity-validations.git
Expand Down

0 comments on commit fa69ca4

Please sign in to comment.