projects
/
coquelicot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add 'thin' to development environment
[coquelicot.git]
/
Gemfile
1
source "http://rubygems.org"
2
gem "sinatra", "~>1.3"
3
gem "sinatra-contrib", "~>1.3"
4
gem "rack", "~>1.1"
5
gem "haml", "~>3.0.15"
6
gem "lockfile", "~>1.4.3"
7
gem "gettext", "~>2.1.0"
8
gem "json"
9
10
group :test do
11
gem "rspec", "~>2.0"
12
gem "hpricot", "~>0.8.2"
13
gem "timecop", "~>0.3.5"
14
gem "rack-test", "~>0.5.7"
15
end
16
17
group :development do
18
gem "thin"
19
end