projects
/
coquelicot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update test suite for RSpec 2.x and Bundler
[coquelicot.git]
/
Gemfile
1
source "http://rubygems.org"
2
gem "sinatra", "1.0"
3
gem "rack", "~>1.1"
4
gem "haml", "~>3.0.15"
5
gem "lockfile", "~>1.4.3"
6
gem "gettext", "~>2.1.0"
7
gem "json"
8
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