forked from radiant/radiant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
21 lines (18 loc) · 737 Bytes
/
Gemfile
File metadata and controls
21 lines (18 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
source :rubygems
gemspec
# gem "compass-rails", "~> 1.0.3"
if ENV['TRAVIS']
gemspec :development_group => :test
gem "mysql"
gem "pg"
end
# gem "radiant-archive-extension", "~> 1.0.7"
# gem "radiant-clipped-extension", "~> 1.1.0"
# gem "radiant-debug-extension", "~> 1.0.2"
# gem "radiant-exporter-extension", "~> 1.1.0"
# gem "radiant-markdown_filter-extension", "~> 1.0.2"
# gem "radiant-sheets-extension", "~> 1.1.0.alpha"
# gem "radiant-snippets-extension", "~> 1.1.0.alpha"
# gem "radiant-site_templates-extension", "~> 1.0.4"
# gem "radiant-smarty_pants_filter-extension", "~> 1.0.2"
# gem "radiant-textile_filter-extension", "~> 1.0.4"