Skip to content

Commit 28910cf

Browse files
author
Dave King
committed
updating paperclip and redis-store to resolve security issues
1 parent 75fcb88 commit 28910cf

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ group :test do
134134
end
135135

136136
# Used for Redis Cache
137-
gem "redis-store"
137+
gem "redis-store", ">= 1.4.1"
138138
gem "redis-rails"
139139

140140
group :development, :dirtylaundrydev do

Gemfile.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ GEM
731731
http-cookie (1.0.2)
732732
domain_name (~> 0.5)
733733
http_parser.rb (0.6.0)
734-
i18n (0.9.1)
734+
i18n (0.9.3)
735735
concurrent-ruby (~> 1.0)
736736
ip (0.3.1)
737737
jbuilder (2.4.1)
@@ -799,7 +799,7 @@ GEM
799799
mimemagic (0.3.2)
800800
mini_mime (1.0.0)
801801
mini_portile2 (2.3.0)
802-
minitest (5.11.1)
802+
minitest (5.11.3)
803803
minitest-rails (2.2.1)
804804
minitest (~> 5.7)
805805
railties (~> 4.1)
@@ -818,7 +818,7 @@ GEM
818818
nested_form (0.3.2)
819819
net-http-persistent (2.9.4)
820820
netrc (0.11.0)
821-
nokogiri (1.8.1)
821+
nokogiri (1.8.2)
822822
mini_portile2 (~> 2.3.0)
823823
oauth (0.5.1)
824824
oauth2 (1.2.0)
@@ -831,7 +831,7 @@ GEM
831831
oj_mimic_json (1.0.1)
832832
orm_adapter (0.5.0)
833833
os (0.9.6)
834-
paperclip (5.1.0)
834+
paperclip (5.2.1)
835835
activemodel (>= 4.2.0)
836836
activesupport (>= 4.2.0)
837837
cocaine (~> 0.5.5)
@@ -900,22 +900,22 @@ GEM
900900
trollop (>= 1.16.2)
901901
redcarpet (3.3.4)
902902
redis (3.3.5)
903-
redis-actionpack (5.0.1)
903+
redis-actionpack (5.0.2)
904904
actionpack (>= 4.0, < 6)
905905
redis-rack (>= 1, < 3)
906-
redis-store (>= 1.1.0, < 1.4.0)
907-
redis-activesupport (5.0.2)
906+
redis-store (>= 1.1.0, < 2)
907+
redis-activesupport (5.0.4)
908908
activesupport (>= 3, < 6)
909-
redis-store (~> 1.3.0)
910-
redis-rack (2.0.2)
909+
redis-store (>= 1.3, < 2)
910+
redis-rack (2.0.4)
911911
rack (>= 1.5, < 3)
912-
redis-store (>= 1.2, < 1.4)
912+
redis-store (>= 1.2, < 2)
913913
redis-rails (5.0.2)
914914
redis-actionpack (>= 5.0, < 6)
915915
redis-activesupport (>= 5.0, < 6)
916916
redis-store (>= 1.2, < 2)
917-
redis-store (1.3.0)
918-
redis (>= 2.2)
917+
redis-store (1.4.1)
918+
redis (>= 2.2, < 5)
919919
ref (2.0.0)
920920
responders (2.2.0)
921921
railties (>= 4.2.0, < 5.1)
@@ -1025,7 +1025,7 @@ GEM
10251025
simple_oauth (~> 0.2.0)
10261026
typhoeus (1.0.2)
10271027
ethon (>= 0.9.0)
1028-
tzinfo (1.2.4)
1028+
tzinfo (1.2.5)
10291029
thread_safe (~> 0.1)
10301030
uglifier (2.5.3)
10311031
execjs (>= 0.3.0)
@@ -1128,7 +1128,7 @@ DEPENDENCIES
11281128
rbtrace
11291129
redcarpet
11301130
redis-rails
1131-
redis-store
1131+
redis-store (>= 1.4.1)
11321132
responders
11331133
rest-client
11341134
ruby-prof

0 commit comments

Comments
 (0)