summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-08-26 02:54:51 +0200
committerjomo <github@jomo.tv>2015-08-26 02:54:51 +0200
commit9edbdb7d553b925af55fdaa3a7448d8599e5cd37 (patch)
treedadbef6a02858cd25e4e4725c81c348ea723d954 /Gemfile.lock
parent20d31494dc25af49ca102d6163e87d45920844fb (diff)
add strip_attributes
converts empty string to nil on the user model so unique indexes with null: true will not break
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index b308c0c..705d8af 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -165,6 +165,8 @@ GEM
colorize (>= 0.7.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
+ strip_attributes (1.5.1)
+ activemodel (>= 3.0, < 5.0)
thor (0.19.1)
thread_safe (0.3.3)
tilt (1.4.1)
@@ -207,6 +209,7 @@ DEPENDENCIES
rest-client
sanitize
sass-rails
+ strip_attributes
uglifier
unicorn
webrick