Skip to content

Commit 00ea568

Browse files
author
Pablo Brasero
committedJul 31, 2014
Gemfile. Because it tells us from beasts
1 parent 1508ab2 commit 00ea568

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
 

‎Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'sinatra'

‎Gemfile.lock

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
rack (1.5.2)
5+
rack-protection (1.5.3)
6+
rack
7+
sinatra (1.4.5)
8+
rack (~> 1.4)
9+
rack-protection (~> 1.4)
10+
tilt (~> 1.3, >= 1.3.4)
11+
tilt (1.4.1)
12+
13+
PLATFORMS
14+
ruby
15+
16+
DEPENDENCIES
17+
sinatra

0 commit comments

Comments
 (0)
Failed to load comments.