This repository was archived by the owner on Nov 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ gem 'nokogiri', '~> 1.13'
89
89
90
90
gem 'airbrake' , '~> 11.0'
91
91
gem 'font-awesome-rails' , '~> 4.7'
92
- gem 'sidekiq' , '~> 4 .2'
92
+ gem 'sidekiq' , '~> 5 .2'
93
93
gem 'data_uri' , '~> 0.1'
94
94
gem 'jquery-dotdotdot-rails' , '~> 1.6'
95
95
gem 'alternate_rails' , git : 'https://github.com/Data-Liberation-Front/alternate-rails.git' , ref : 'v4.2.0'
Original file line number Diff line number Diff line change 128
128
coffee-script-source (1.12.2 )
129
129
colorize (0.8.1 )
130
130
concurrent-ruby (1.1.10 )
131
- connection_pool (2.2.5 )
131
+ connection_pool (2.3.0 )
132
132
coveralls (0.8.23 )
133
133
json (>= 1.8 , < 3 )
134
134
simplecov (~> 0.16.1 )
535
535
rack-google-analytics (1.2.0 )
536
536
actionpack
537
537
activesupport
538
- rack-protection (2 .0.8.1 )
538
+ rack-protection (3 .0.5 )
539
539
rack
540
540
rack-test (0.6.3 )
541
541
rack (>= 1.0 )
639
639
rexml (~> 3.2 )
640
640
rdoc (6.5.0 )
641
641
psych (>= 4.0.0 )
642
- redis (3.3.1 )
642
+ redis (4.8.0 )
643
643
ref (2.0.0 )
644
644
rest-client (2.0.2 )
645
645
http-cookie (>= 1.0.2 , < 2.0 )
@@ -689,11 +689,11 @@ GEM
689
689
rdf-xsd (>= 2.2 , < 4.0 )
690
690
sparql (>= 2.2 , < 4.0 )
691
691
sxp (~> 1.0 )
692
- sidekiq (4 .2.4 )
693
- concurrent-ruby (~> 1.0 )
694
- connection_pool ( ~> 2.2 , >= 2.2 .0 )
692
+ sidekiq (5 .2.8 )
693
+ connection_pool (~> 2.2 , >= 2.2.2 )
694
+ rack ( < 2.1 .0 )
695
695
rack-protection (>= 1.5.0 )
696
- redis (~> 3.2 , >= 3.2.1 )
696
+ redis (>= 3.3.5 , < 5 )
697
697
simplecov (0.16.1 )
698
698
docile (~> 1.1 )
699
699
json (>= 1.8 , < 3 )
@@ -825,7 +825,7 @@ DEPENDENCIES
825
825
rubyzip (~> 2.3 )
826
826
sass-rails (~> 6.0 )
827
827
sdoc (~> 2.5 )
828
- sidekiq (~> 4 .2 )
828
+ sidekiq (~> 5 .2 )
829
829
simplecov (~> 0.16 )
830
830
spring (~> 2.1 )
831
831
sqlite3 (~> 1.5 )
You can’t perform that action at this time.
0 commit comments