This repository was archived by the owner on Nov 28, 2024. It is now read-only.
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ gem 'nokogiri', '~> 1.12'
90
90
91
91
gem 'airbrake' , '~> 11.0'
92
92
gem 'font-awesome-rails' , '~> 4.7'
93
- gem 'sidekiq' , '~> 4 .2'
93
+ gem 'sidekiq' , '~> 5 .2'
94
94
gem 'data_uri' , '~> 0.1'
95
95
gem 'jquery-dotdotdot-rails' , '~> 1.6'
96
96
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.9 )
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 )
550
550
rack-google-analytics (1.2.0 )
551
551
actionpack
552
552
activesupport
553
- rack-protection (2.0.8.1 )
553
+ rack-protection (2.1.0 )
554
554
rack
555
555
rack-test (0.6.3 )
556
556
rack (>= 1.0 )
651
651
rdf-xsd (3.1.0 )
652
652
rdf (~> 3.1 )
653
653
rdoc (6.3.2 )
654
- redis (3.3 .1 )
654
+ redis (4.5 .1 )
655
655
ref (2.0.0 )
656
656
rest-client (2.0.2 )
657
657
http-cookie (>= 1.0.2 , < 2.0 )
@@ -701,11 +701,11 @@ GEM
701
701
rdf-xsd (>= 2.2 , < 4.0 )
702
702
sparql (>= 2.2 , < 4.0 )
703
703
sxp (~> 1.0 )
704
- sidekiq (4 .2.4 )
705
- concurrent-ruby (~> 1.0 )
706
- connection_pool ( ~> 2.2 , >= 2.2 .0 )
704
+ sidekiq (5 .2.8 )
705
+ connection_pool (~> 2.2 , >= 2.2.2 )
706
+ rack ( < 2.1 .0 )
707
707
rack-protection (>= 1.5.0 )
708
- redis (~> 3.2 , >= 3.2.1 )
708
+ redis (>= 3.3.5 , < 5 )
709
709
simplecov (0.16.1 )
710
710
docile (~> 1.1 )
711
711
json (>= 1.8 , < 3 )
@@ -840,7 +840,7 @@ DEPENDENCIES
840
840
rubyzip (~> 2.3 )
841
841
sass-rails (~> 6.0 )
842
842
sdoc (~> 2.2 )
843
- sidekiq (~> 4 .2 )
843
+ sidekiq (~> 5 .2 )
844
844
simplecov (~> 0.16 )
845
845
spring (~> 2.1 )
846
846
sqlite3 (~> 1.4 )
You can’t perform that action at this time.
0 commit comments