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.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 127
127
coffee-script-source (1.12.2 )
128
128
colorize (0.8.1 )
129
129
concurrent-ruby (1.1.10 )
130
- connection_pool (2.2.1 )
130
+ connection_pool (2.2.5 )
131
131
coveralls (0.8.23 )
132
132
json (>= 1.8 , < 3 )
133
133
simplecov (~> 0.16.1 )
531
531
rack-google-analytics (1.2.0 )
532
532
actionpack
533
533
activesupport
534
- rack-protection (2.0.8 .1 )
534
+ rack-protection (2.2 .1 )
535
535
rack
536
536
rack-test (0.6.3 )
537
537
rack (>= 1.0 )
633
633
rdf-xsd (3.1.0 )
634
634
rdf (~> 3.1 )
635
635
rdoc (6.3.0 )
636
- redis (3.3 .1 )
636
+ redis (4.7 .1 )
637
637
ref (2.0.0 )
638
638
rest-client (2.0.2 )
639
639
http-cookie (>= 1.0.2 , < 2.0 )
@@ -683,11 +683,11 @@ GEM
683
683
rdf-xsd (>= 2.2 , < 4.0 )
684
684
sparql (>= 2.2 , < 4.0 )
685
685
sxp (~> 1.0 )
686
- sidekiq (4 .2.4 )
687
- concurrent-ruby (~> 1.0 )
688
- connection_pool ( ~> 2.2 , >= 2.2 .0 )
686
+ sidekiq (5 .2.8 )
687
+ connection_pool (~> 2.2 , >= 2.2.2 )
688
+ rack ( < 2.1 .0 )
689
689
rack-protection (>= 1.5.0 )
690
- redis (~> 3.2 , >= 3.2.1 )
690
+ redis (>= 3.3.5 , < 5 )
691
691
simplecov (0.16.1 )
692
692
docile (~> 1.1 )
693
693
json (>= 1.8 , < 3 )
@@ -816,7 +816,7 @@ DEPENDENCIES
816
816
rubyzip (~> 2.3 )
817
817
sass-rails (~> 6.0 )
818
818
sdoc (~> 2.1 )
819
- sidekiq (~> 4 .2 )
819
+ sidekiq (~> 5 .2 )
820
820
simplecov (~> 0.16 )
821
821
spring (~> 2.1 )
822
822
sqlite3 (~> 1.4 )
You can’t perform that action at this time.
0 commit comments