Skip to content

Commit

Permalink
strip spaces at beginning and end of user names
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 28, 2020
1 parent e1db2a7 commit b2d4752
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 114 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem 'orcid_client', '~> 0.5', '>= 0.8'
gem 'addressable', '~> 2.7'
gem 'postrank-uri', '~> 1.0', '>= 1.0.24'
gem 'nilify_blanks', '~> 1.3'
gem 'strip_attributes', '~> 1.9', '>= 1.9.2'
gem 'aasm', '~> 5.0', '>= 5.0.6'
gem 'shoryuken', '~> 5.0', '>= 5.0.3'
gem "aws-sdk-s3", require: false
Expand Down Expand Up @@ -66,7 +67,7 @@ gem 'graphql', '~> 1.9', '>= 1.9.16'
gem 'graphql-errors', '~> 0.4.0'
gem 'graphql-batch', '~> 0.4.1'
gem 'batch-loader', '~> 1.4', '>= 1.4.1'
gem 'graphql-cache', '~> 0.6.0', git: "https://github.com/stackshareio/graphql-cache"
gem 'graphql-cache', '~> 0.6.0'
gem 'apollo-federation', '~> 1.0'
gem 'google-protobuf', '3.10.0.rc.1'

Expand Down
Loading

0 comments on commit b2d4752

Please sign in to comment.