summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMario "Kuroir" Ricalde <kuroir@gmail.com>2013-02-13 04:10:53 -0600
committerMario "Kuroir" Ricalde <kuroir@gmail.com>2013-02-13 04:10:53 -0600
commit964c81fc615b35c9ee909a47901f307be6ce2c3a (patch)
tree9816c625ce7b9b3300ff31b065c4a3945320cd0c /Gemfile
parent79f0dfa8dda5062b66dfc22f07f42ea6604c8de2 (diff)
Update simple_form to 2.1.
The reason for this is that, after doing some research, it seems that TB is not completely supported out of the box by the older versions, making it hard for me to implement some needed things.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index b390a28..c90adb5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -49,8 +49,7 @@ group :test do
end
gem "haml"
-gem "simple_form", '2.0.1'
-
+gem "simple_form", github: 'plataformatec/simple_form', branch: 'v2.1'
# Image Upload
gem 'carrierwave'
gem "mini_magick"