Skip to content

Commit

Permalink
Fix Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegogagan2587 committed Dec 29, 2023
1 parent de52c60 commit 37eb8a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end

gem 'rack-cors'

gem "devise", "~> 4.9"
gem 'devise', '~> 4.9'

gem "devise-jwt", "~> 0.11.0"
gem "jsonapi-serializer", "~> 2.2"
gem 'devise-jwt', '~> 0.11.0'
gem 'jsonapi-serializer', '~> 2.2'

0 comments on commit 37eb8a9

Please sign in to comment.