summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2016-08-20 12:54:18 +0200
committerHarald Eilertsen <haraldei@anduin.net>2016-08-20 12:54:18 +0200
commit8a58fa78de266fa8ba66d5667f646ba15937cfdc (patch)
tree79860c4e4d8bdd55b691308e5160f7933babb457 /Gemfile
parent413d49e672ccf55bd6cc05783b80f8ec54b617eb (diff)
downloadnorsk-urskog-registrations-8a58fa78de266fa8ba66d5667f646ba15937cfdc.tar.gz
norsk-urskog-registrations-8a58fa78de266fa8ba66d5667f646ba15937cfdc.tar.bz2
norsk-urskog-registrations-8a58fa78de266fa8ba66d5667f646ba15937cfdc.zip
Add thin as explicit dependency.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9d267a7..d227e1f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,6 +6,7 @@ gem "sinatra-config-file"
gem "asciidoctor"
gem "mail"
gem "prawn"
+gem "thin"
group :development, :test do
gem 'byebug'