summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-03-10 08:49:37 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-03-10 08:49:37 +0100
commit4ce55596e3637b212de54aaeb24f8af114deb350 (patch)
tree7240c2728cb655690fee04ac766c761613582f46 /Gemfile
parente2a03b5d20253d7a1eb10b8c110d9feec79e995f (diff)
bundle update and some gem housekeeping.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index e4e839f..f975133 100644
--- a/Gemfile
+++ b/Gemfile
@@ -54,8 +54,7 @@ group :test do
end
gem 'haml'
-# gem 'simple_form', '~> 2.0.1'
-gem 'simple_form', github: 'plataformatec/simple_form', branch: 'v2.1'
+gem 'simple_form', '~> 2.1.0'
# Image Upload
gem 'carrierwave'
@@ -80,6 +79,8 @@ gem 'uuid'
# Application server
gem 'unicorn'
+# Thin is needed for the Private Pub stuff.
+# http://railscasts.com/episodes/316-private-pub
gem 'thin'
# Backup https://github.com/meskyanichi/backup