File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ gem 'rails', '3.2.6'
77
88gem 'sqlite3'
99
10+ gem 'ffaker'
11+
12+ gem 'quiet_assets' , :group => :development
13+
1014
1115# Gems used only for assets and not required
1216# in production environments by default.
Original file line number Diff line number Diff line change 4040 erubis (2.7.0 )
4141 execjs (1.4.0 )
4242 multi_json (~> 1.0 )
43+ ffaker (1.14.0 )
4344 hike (1.2.1 )
4445 i18n (0.6.0 )
4546 journey (1.0.4 )
5455 mime-types (1.19 )
5556 multi_json (1.3.6 )
5657 polyglot (0.3.3 )
58+ quiet_assets (1.0.1 )
59+ railties (~> 3.1 )
5760 rack (1.4.1 )
5861 rack-cache (1.2 )
5962 rack (>= 0.4 )
@@ -104,7 +107,9 @@ PLATFORMS
104107
105108DEPENDENCIES
106109 coffee-rails (~> 3.2.1 )
110+ ffaker
107111 jquery-rails
112+ quiet_assets
108113 rails (= 3.2.6 )
109114 sass-rails (~> 3.2.3 )
110115 sqlite3
You can’t perform that action at this time.
0 commit comments