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 @@ -78,5 +78,5 @@ group :test, :development do
end

group :webserver do
gem 'puma', '~> 3.0.2'
gem 'puma', '~> 4.3.12'
end
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ GEM
net-http-digest_auth (1.2.1)
net-http-persistent (2.8)
netrc (0.10.3)
nio4r (2.5.8)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
ntlm-http (0.1.1)
Expand All @@ -260,7 +261,8 @@ GEM
pry-byebug (3.0.1)
byebug (~> 3.4)
pry (~> 0.10)
puma (3.0.2)
puma (4.3.12)
nio4r (~> 2.0)
rack (1.4.7)
rack-cache (1.8.0)
rack (>= 0.4)
Expand Down Expand Up @@ -403,7 +405,7 @@ DEPENDENCIES
omniauth
omniauth-openid
pry-byebug
puma (~> 3.0.2)
puma (~> 4.3.12)
rack-oauth2
rails (= 3.2.22.5)
recurring_select!
Expand Down