File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ group :test do
134
134
end
135
135
136
136
# Used for Redis Cache
137
- gem "redis-store"
137
+ gem "redis-store" , ">= 1.4.1"
138
138
gem "redis-rails"
139
139
140
140
group :development , :dirtylaundrydev do
Original file line number Diff line number Diff line change 731
731
http-cookie (1.0.2 )
732
732
domain_name (~> 0.5 )
733
733
http_parser.rb (0.6.0 )
734
- i18n (0.9.1 )
734
+ i18n (0.9.3 )
735
735
concurrent-ruby (~> 1.0 )
736
736
ip (0.3.1 )
737
737
jbuilder (2.4.1 )
799
799
mimemagic (0.3.2 )
800
800
mini_mime (1.0.0 )
801
801
mini_portile2 (2.3.0 )
802
- minitest (5.11.1 )
802
+ minitest (5.11.3 )
803
803
minitest-rails (2.2.1 )
804
804
minitest (~> 5.7 )
805
805
railties (~> 4.1 )
818
818
nested_form (0.3.2 )
819
819
net-http-persistent (2.9.4 )
820
820
netrc (0.11.0 )
821
- nokogiri (1.8.1 )
821
+ nokogiri (1.8.2 )
822
822
mini_portile2 (~> 2.3.0 )
823
823
oauth (0.5.1 )
824
824
oauth2 (1.2.0 )
831
831
oj_mimic_json (1.0.1 )
832
832
orm_adapter (0.5.0 )
833
833
os (0.9.6 )
834
- paperclip (5.1.0 )
834
+ paperclip (5.2.1 )
835
835
activemodel (>= 4.2.0 )
836
836
activesupport (>= 4.2.0 )
837
837
cocaine (~> 0.5.5 )
@@ -900,22 +900,22 @@ GEM
900
900
trollop (>= 1.16.2 )
901
901
redcarpet (3.3.4 )
902
902
redis (3.3.5 )
903
- redis-actionpack (5.0.1 )
903
+ redis-actionpack (5.0.2 )
904
904
actionpack (>= 4.0 , < 6 )
905
905
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 )
908
908
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 )
911
911
rack (>= 1.5 , < 3 )
912
- redis-store (>= 1.2 , < 1.4 )
912
+ redis-store (>= 1.2 , < 2 )
913
913
redis-rails (5.0.2 )
914
914
redis-actionpack (>= 5.0 , < 6 )
915
915
redis-activesupport (>= 5.0 , < 6 )
916
916
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 )
919
919
ref (2.0.0 )
920
920
responders (2.2.0 )
921
921
railties (>= 4.2.0 , < 5.1 )
@@ -1025,7 +1025,7 @@ GEM
1025
1025
simple_oauth (~> 0.2.0 )
1026
1026
typhoeus (1.0.2 )
1027
1027
ethon (>= 0.9.0 )
1028
- tzinfo (1.2.4 )
1028
+ tzinfo (1.2.5 )
1029
1029
thread_safe (~> 0.1 )
1030
1030
uglifier (2.5.3 )
1031
1031
execjs (>= 0.3.0 )
@@ -1128,7 +1128,7 @@ DEPENDENCIES
1128
1128
rbtrace
1129
1129
redcarpet
1130
1130
redis-rails
1131
- redis-store
1131
+ redis-store ( >= 1.4.1 )
1132
1132
responders
1133
1133
rest-client
1134
1134
ruby-prof
You can’t perform that action at this time.
0 commit comments