summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-10-03 12:35:48 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-10-03 12:56:00 +0200
commit08e71721514a8fad599832c4846b1cfb45b0f12c (patch)
treeb6c11bc3de4a7231c92d9576828e0e061e94be48 /Gemfile
parent12a0f88114b28f7ea721af2ac857822f3bdc16bb (diff)
downloadnorsk-urskog-registrations-08e71721514a8fad599832c4846b1cfb45b0f12c.tar.gz
norsk-urskog-registrations-08e71721514a8fad599832c4846b1cfb45b0f12c.tar.bz2
norsk-urskog-registrations-08e71721514a8fad599832c4846b1cfb45b0f12c.zip
Transform to a Sinatra app
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..5ec35cb
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,5 @@
+source "https://rubygems.org"
+
+gem "sinatra"
+gem "rspec"
+gem "rack-test"