Skip to content

Commit 53543b1

Browse files
committed
add faker and quite assets gem
1 parent 4e749cf commit 53543b1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ gem 'rails', '3.2.6'
77

88
gem '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.

Gemfile.lock

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ GEM
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)
@@ -54,6 +55,8 @@ GEM
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

105108
DEPENDENCIES
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

0 commit comments

Comments
 (0)