diff --git a/Gemfile b/Gemfile index cafb2ae54..9568b2ad8 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'rack-protection', '1.2' gem 'devise', '2.1.3' -gem 'remotipart', '1.0.2' +gem 'remotipart', '1.0.5' gem 'omniauth', '1.1.3' gem 'omniauth-facebook', '1.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index b32561949..b954152b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -319,7 +319,7 @@ GEM redis (3.0.2) redis-namespace (1.2.1) redis (~> 3.0.0) - remotipart (1.0.2) + remotipart (1.0.5) resque (1.23.0) multi_json (~> 1.0) redis-namespace (~> 1.0) @@ -466,7 +466,7 @@ DEPENDENCIES rb-fsevent (= 0.9.3) rb-inotify (= 0.9.0) redcarpet (= 2.2.2) - remotipart (= 1.0.2) + remotipart (= 1.0.5) resque (= 1.23.0) resque-timeout (= 1.0.0) rmagick (= 2.13.2)