summaryrefslogtreecommitdiffstats
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
parent413d49e672ccf55bd6cc05783b80f8ec54b617eb (diff)
downloadnorsk-urskog-registrations-8a58fa78de266fa8ba66d5667f646ba15937cfdc.tar.gz
norsk-urskog-registrations-8a58fa78de266fa8ba66d5667f646ba15937cfdc.tar.bz2
norsk-urskog-registrations-8a58fa78de266fa8ba66d5667f646ba15937cfdc.zip
Add thin as explicit dependency.
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock1
2 files changed, 2 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'
diff --git a/Gemfile.lock b/Gemfile.lock
index 2b567e3..29ee34e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -143,6 +143,7 @@ DEPENDENCIES
sinatra
sinatra-config-file
sinatra-url-for
+ thin
BUNDLED WITH
1.12.5