Skip to content
Closed
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 '2.6.2'
gem 'rails', '5.0.7'
gem "pg" #, git: "https://github.com/ged/ruby-pg"
# Use Puma as the app server
gem 'puma', '~> 4.3.5', group: :production
gem 'puma', '~> 4.3.8', group: :production


# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ GEM
method_source (0.9.2)
migration_data (0.3.1)
mime-types (2.99.3)
mimemagic (0.3.3)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_magick (4.9.5)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
Expand All @@ -307,7 +309,7 @@ GEM
net-scp (2.0.0)
net-ssh (>= 2.6.5, < 6.0.0)
net-ssh (5.2.0)
nio4r (2.5.2)
nio4r (2.5.7)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
oauth (0.5.4)
Expand Down Expand Up @@ -346,7 +348,7 @@ GEM
activerecord (>= 4.2)
activesupport (>= 4.2)
public_suffix (3.0.3)
puma (4.3.5)
puma (4.3.8)
nio4r (~> 2.0)
rack (2.2.3)
rack-test (0.6.3)
Expand Down Expand Up @@ -516,7 +518,7 @@ DEPENDENCIES
paranoia
pg
pg_search
puma (~> 4.3.5)
puma (~> 4.3.8)
rack-utf8_sanitizer
rails (= 5.0.7)
rails-observers!
Expand Down