forked from hotsh/rstat.us
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
50 lines (47 loc) · 1.09 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
source "http://rubygems.org"
# this gem has to come before any that use require_relative
gem "require_relative", :git => 'git://github.com/bct/require_relative.git', :platforms => :ruby_18
gem "omniauth"
gem "sinatra", :require => "sinatra/base"
gem "mongo_mapper"
gem "mongomapper_ext"
gem "bson_ext"
gem "i18n"
gem "haml"
gem "rack-flash"
gem "rack-timeout"
gem "time-lord"
gem "sinatra-content-for", :require => "sinatra/content_for"
gem "sinatra-redirect-with-flash", :require => "sinatra/redirect_with_flash"
gem "twitter"
gem "fb_graph"
gem "pony"
gem "bcrypt-ruby", :require => "bcrypt"
gem "rdiscount"
gem "ostatus"
gem "osub"
gem "opub"
gem "redfinger"
gem "nokogiri", "= 1.4.4"
gem "newrelic_rpm"
gem "whatlanguage"
gem "ruby-stemmer"
gem "sass"
gem "compass"
gem "tzinfo"
gem "exceptional"
group :development, :test do
gem "minitest", :platforms => :ruby_18
gem "minitest", :platforms => :ruby_18
gem 'coffee-script'
gem 'rack-test'
gem "database_cleaner"
gem "factory_girl"
gem "capybara"
gem "rocco"
gem "pygmentize"
gem "mocha"
gem "jammit"
gem "vcr"
gem "webmock"
end