aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-12-23 13:15:20 +0100
committerHarald Eilertsen <haraldei@anduin.net>2013-12-23 13:15:20 +0100
commit190f5b618788efa3baad5f52c393ab50c1c6e9b5 (patch)
tree1d0d90bd1aa02b919e81c6514f180d7ec31d53e3 /Gemfile
parent33502781c35128127f3422ef4b2b1a9770fb5e79 (diff)
downloadhmnoweb-190f5b618788efa3baad5f52c393ab50c1c6e9b5.tar.gz
hmnoweb-190f5b618788efa3baad5f52c393ab50c1c6e9b5.tar.bz2
hmnoweb-190f5b618788efa3baad5f52c393ab50c1c6e9b5.zip
Add lorem gem for generating sample content.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8ec619e..f0c6fd4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,6 +7,7 @@ gem 'rails', '~> 3.2'
group :development, :test do
gem 'sqlite3'
+ gem 'lorem'
end
group :production do