diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -50,6 +50,8 @@ gem 'bcrypt', '~> 3.1.7' # Json web tokens. gem 'jwt' +gem 'kaminari' + group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'debug', platforms: %i[mri mingw x64_mingw] |