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 +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ gem 'nokogiri', '~> 1.10'
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 125
125
execjs
126
126
coffee-script-source (1.12.2 )
127
127
colorize (0.8.1 )
128
- concurrent-ruby (1.1.8 )
129
- connection_pool (2.2.1 )
128
+ concurrent-ruby (1.1.10 )
129
+ connection_pool (2.2.5 )
130
130
coveralls (0.8.23 )
131
131
json (>= 1.8 , < 3 )
132
132
simplecov (~> 0.16.1 )
528
528
rack-google-analytics (1.2.0 )
529
529
actionpack
530
530
activesupport
531
- rack-protection (2.0.8.1 )
531
+ rack-protection (2.2.0 )
532
532
rack
533
533
rack-test (0.6.3 )
534
534
rack (>= 1.0 )
629
629
rdf-xsd (3.1.0 )
630
630
rdf (~> 3.1 )
631
631
rdoc (6.3.0 )
632
- redis (3.3 .1 )
632
+ redis (4.7 .1 )
633
633
ref (2.0.0 )
634
634
rest-client (2.0.2 )
635
635
http-cookie (>= 1.0.2 , < 2.0 )
@@ -679,11 +679,11 @@ GEM
679
679
rdf-xsd (>= 2.2 , < 4.0 )
680
680
sparql (>= 2.2 , < 4.0 )
681
681
sxp (~> 1.0 )
682
- sidekiq (4 .2.4 )
683
- concurrent-ruby (~> 1.0 )
684
- connection_pool ( ~> 2.2 , >= 2.2 .0 )
682
+ sidekiq (5 .2.8 )
683
+ connection_pool (~> 2.2 , >= 2.2.2 )
684
+ rack ( < 2.1 .0 )
685
685
rack-protection (>= 1.5.0 )
686
- redis (~> 3.2 , >= 3.2.1 )
686
+ redis (>= 3.3.5 , < 5 )
687
687
simplecov (0.16.1 )
688
688
docile (~> 1.1 )
689
689
json (>= 1.8 , < 3 )
@@ -809,7 +809,7 @@ DEPENDENCIES
809
809
rubyzip (~> 2.3 )
810
810
sass-rails (~> 6.0 )
811
811
sdoc (~> 2.1 )
812
- sidekiq (~> 4 .2 )
812
+ sidekiq (~> 5 .2 )
813
813
simplecov (~> 0.16 )
814
814
spring (~> 2.1 )
815
815
sqlite3 (~> 1.4 )
You can’t perform that action at this time.
0 commit comments