This repository has been archived by the owner on Dec 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
86 lines (80 loc) · 1.74 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
source 'http://rubygems.org'
ruby '2.0.0'
gem 'rack-contrib', :git => 'git://github.com/rack/rack-contrib.git'
gem 'sinatra'
gem 'unicorn'
gem 'sass', '~> 3.4.0.rc.1'
gem 'compass', "~>1.0.0.alpha.18"
gem 'ffi', "= 1.9.0"
gem 'sassmeister', :github => 'SassMeister/ruby-compiler'
# gem 'sassmeister', :path => '../sassmeister-compiler'
group :development, :test do
gem 'rake'
gem 'pry-remote'
gem 'thor'
gem 'rack-test'
end
group :test do
gem 'fakeredis'
end
group :development, :production do
gem 'redis'
end
group :production do
gem 'newrelic_rpm'
end
group :application do
gem 'sassy-math'
gem 'sass-a11y'
gem 'singularity-quick-spanner'
gem 'color-hacker'
gem 'SassyBitwise'
gem 'base.sass'
gem 'flint-gs'
gem 'breakpoint'
gem 'sassy-buttons'
gem 'singularitygs'
gem 'stipe'
gem 'susy'
gem 'neat-compass'
gem 'harsh'
gem 'toolkit'
gem 'color-schemer'
gem 'css-slideshow'
gem 'fancy-buttons'
gem 'modular-scale'
gem 'responsive-sass'
gem 'salsa'
gem 'fittext'
gem 'rwdcalc'
gem 'zen-grids'
gem 'breakpoint-slicer'
gem 'sassy-text-shadow'
gem 'compass-blend-modes'
gem 'jacket'
gem 'normalize-scss', "~> 3.0.0.alpha.1"
gem 'compass-inuit'
gem 'compass-photoshop-drop-shadow'
gem 'grid-coordinates'
gem 'stitch'
gem 'breakup'
gem 'singularity-golden-grid'
gem 'compass-placeholders'
gem 'SassyLists', '2.2.1'
gem 'sassy-maps'
gem 'bitters-compass'
gem 'ceaser-easing'
gem 'compass-yiq-color-contrast'
gem 'bootstrap-sass'
gem 'SassyJSON'
gem 'SassyCast'
gem 'singularity-extras', "~> 1.0.0.alpha.3"
gem 'responsive-modular-scale'
gem 'SassyStrings'
gem 'scut'
gem 'guff-compass'
gem 'SassySort'
gem 'SassyMatrix'
gem 'quotation-marks'
gem 'Sassifaction'
end