forked from emberjs/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
35 lines (31 loc) · 751 Bytes
/
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
source 'https://rubygems.org'
gem "redcarpet"
gem "activesupport"
gem "highline"
gem "rake"
gem "coderay", github: "dgeb/coderay", branch: "handlebars"
gem "middleman", '~> 3.0'
gem "middleman-blog", "~> 3.0"
gem "thin"
gem "rack"
gem "listen"
gem "builder"
gem "middleman-alias", github: "wagenet/middleman-alias", branch: "keep-search-and-hash"
gem "underscore-rails"
gem "gmaps4rails"
gem "geocoder"
gem "faraday"
gem "bourbon"
gem "neat"
group :development, :test do
gem 'pry'
gem 'pry-byebug'
end
group :test do
gem "rspec"
gem "capybara"
gem "poltergeist"
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin]
gem 'wdm', '>= 0.1.0', platforms: [:mingw, :mswin]