Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '3.0.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 6.1.4'
# Use Puma as the app server
gem 'puma', '~> 5.3'
gem 'puma', '~> 5.6'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GIT
revision: 3c31c0f0adaa028c6c58a4fe09b81b332d5fcae9
specs:
mongoid (7.3.0)
activemodel (>= 6.0, < 6.2)
activemodel (>= 5.1, < 6.2)
mongo (>= 2.10.5, < 3.0.0)

GEM
Expand Down Expand Up @@ -148,12 +148,12 @@ GEM
bson (>= 4.8.2, < 5.0.0)
msgpack (1.4.2)
nested_form (0.3.2)
nio4r (2.5.7)
nio4r (2.5.8)
nokogiri (1.11.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
public_suffix (4.0.6)
puma (5.3.2)
puma (5.6.4)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -285,7 +285,7 @@ DEPENDENCIES
kaminari-mongoid
listen (~> 3.3)
mongoid!
puma (~> 5.3)
puma (~> 5.6)
pundit (~> 2.1)
rack-mini-profiler (~> 2.0)
rails (~> 6.1.4)
Expand Down