This repository was archived by the owner on Nov 28, 2024. It is now read-only.
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
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 533
533
rack-google-analytics (1.2.0 )
534
534
actionpack
535
535
activesupport
536
- rack-protection (2.0.8.1 )
536
+ rack-protection (2.2.2 )
537
537
rack
538
538
rack-test (0.6.3 )
539
539
rack (>= 1.0 )
636
636
rdf (~> 3.2 )
637
637
rexml (~> 3.2 )
638
638
rdoc (6.3.0 )
639
- redis (3.3.1 )
639
+ redis (4.8.0 )
640
640
ref (2.0.0 )
641
641
rest-client (2.0.2 )
642
642
http-cookie (>= 1.0.2 , < 2.0 )
@@ -686,11 +686,11 @@ GEM
686
686
rdf-xsd (>= 2.2 , < 4.0 )
687
687
sparql (>= 2.2 , < 4.0 )
688
688
sxp (~> 1.0 )
689
- sidekiq (4 .2.4 )
690
- concurrent-ruby (~> 1.0 )
691
- connection_pool ( ~> 2.2 , >= 2.2 .0 )
689
+ sidekiq (5 .2.8 )
690
+ connection_pool (~> 2.2 , >= 2.2.2 )
691
+ rack ( < 2.1 .0 )
692
692
rack-protection (>= 1.5.0 )
693
- redis (~> 3.2 , >= 3.2.1 )
693
+ redis (>= 3.3.5 , < 5 )
694
694
simplecov (0.16.1 )
695
695
docile (~> 1.1 )
696
696
json (>= 1.8 , < 3 )
@@ -821,7 +821,7 @@ DEPENDENCIES
821
821
rubyzip (~> 2.3 )
822
822
sass-rails (~> 6.0 )
823
823
sdoc (~> 2.1 )
824
- sidekiq (~> 4 .2 )
824
+ sidekiq (~> 5 .2 )
825
825
simplecov (~> 0.16 )
826
826
spring (~> 2.1 )
827
827
sqlite3 (~> 1.5 )
You can’t perform that action at this time.
0 commit comments