File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ gem 'rails', '3.2.6'
7
7
8
8
gem 'sqlite3'
9
9
10
+ gem 'ffaker'
11
+
12
+ gem 'quiet_assets' , :group => :development
13
+
10
14
11
15
# Gems used only for assets and not required
12
16
# in production environments by default.
Original file line number Diff line number Diff line change 40
40
erubis (2.7.0 )
41
41
execjs (1.4.0 )
42
42
multi_json (~> 1.0 )
43
+ ffaker (1.14.0 )
43
44
hike (1.2.1 )
44
45
i18n (0.6.0 )
45
46
journey (1.0.4 )
54
55
mime-types (1.19 )
55
56
multi_json (1.3.6 )
56
57
polyglot (0.3.3 )
58
+ quiet_assets (1.0.1 )
59
+ railties (~> 3.1 )
57
60
rack (1.4.1 )
58
61
rack-cache (1.2 )
59
62
rack (>= 0.4 )
@@ -104,7 +107,9 @@ PLATFORMS
104
107
105
108
DEPENDENCIES
106
109
coffee-rails (~> 3.2.1 )
110
+ ffaker
107
111
jquery-rails
112
+ quiet_assets
108
113
rails (= 3.2.6 )
109
114
sass-rails (~> 3.2.3 )
110
115
sqlite3
You can’t perform that action at this time.
0 commit comments