summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2012-11-17 19:10:05 +0100
committerAlex Legler <alex@a3li.li>2012-11-17 19:10:05 +0100
commit9cecddae3c6fe9ceb1db3a1b4b926cf04e80d57a (patch)
treef811952337bc2cb9086c5dd9a102d05d3d69fc0d /Gemfile.lock
downloadinfra-status-9cecddae3c6fe9ceb1db3a1b4b926cf04e80d57a.tar.gz
infra-status-9cecddae3c6fe9ceb1db3a1b4b926cf04e80d57a.tar.bz2
infra-status-9cecddae3c6fe9ceb1db3a1b4b926cf04e80d57a.zip
Bare sinatra/bundler setup
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..608c42a
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,17 @@
+GEM
+ remote: http://rubygems.org/
+ specs:
+ rack (1.4.1)
+ rack-protection (1.2.0)
+ rack
+ sinatra (1.3.3)
+ rack (~> 1.3, >= 1.3.6)
+ rack-protection (~> 1.2)
+ tilt (~> 1.3, >= 1.3.3)
+ tilt (1.3.3)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ sinatra