summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-09-12 17:22:12 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-09-12 17:22:12 +0200
commitb7526da833dd14e1f1d95bf7726c2651ff71c818 (patch)
treed71b1136f536086442dc8e6813dd3db0826a7400 /Gemfile
parentd0ff91a30233231dc5de5efd0d05f51bdff92a71 (diff)
downloadnorsk-urskog-registrations-b7526da833dd14e1f1d95bf7726c2651ff71c818.tar.gz
norsk-urskog-registrations-b7526da833dd14e1f1d95bf7726c2651ff71c818.tar.bz2
norsk-urskog-registrations-b7526da833dd14e1f1d95bf7726c2651ff71c818.zip
Serve app with puma instead of thin.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b1683b6..e1f873c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,7 @@ gem "sinatra-config-file"
gem "asciidoctor"
gem "mail"
gem "prawn"
-gem "thin"
+gem "puma"
group :development, :test do
gem 'byebug'