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 ::File.read('.ruby-version').split('-').last

# Application Dependencies
gem 'activesupport'
gem 'puma'
gem 'puma', '>= 5.6.8'
gem 'sinatra', require: false
gem 'sinatra-contrib'
gem 'sinatra-flash'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
minitest (5.11.3)
multi_json (1.13.1)
mustermann (1.0.3)
nio4r (2.4.0)
nio4r (2.7.0)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
parallel (1.17.0)
Expand All @@ -117,7 +117,7 @@ GEM
pg (0.21.0)
progressbar (1.10.1)
public_suffix (3.1.1)
puma (4.0.1)
puma (6.4.2)
nio4r (~> 2.0)
rack (2.0.7)
rack-protection (2.0.5)
Expand Down Expand Up @@ -231,7 +231,7 @@ DEPENDENCIES
faker
pg
progressbar
puma
puma (>= 5.6.8)
rack-test
racksh
rake
Expand All @@ -247,7 +247,7 @@ DEPENDENCIES
standalone_migrations

RUBY VERSION
ruby 2.6.3p62
ruby 2.7.8p225

BUNDLED WITH
2.0.2
2.1.4