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 @@ -90,7 +90,7 @@ gem 'nokogiri', '~> 1.13'
9090
9191gem 'airbrake' , '~> 11.0'
9292gem 'font-awesome-rails' , '~> 4.7'
93- gem 'sidekiq' , '~> 4 .2'
93+ gem 'sidekiq' , '~> 5 .2'
9494gem 'data_uri' , '~> 0.1'
9595gem 'jquery-dotdotdot-rails' , '~> 1.6'
9696gem '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 127127 coffee-script-source (1.12.2 )
128128 colorize (0.8.1 )
129129 concurrent-ruby (1.1.10 )
130- connection_pool (2.2.1 )
130+ connection_pool (2.2.5 )
131131 coveralls (0.8.23 )
132132 json (>= 1.8 , < 3 )
133133 simplecov (~> 0.16.1 )
552552 rack-google-analytics (1.2.0 )
553553 actionpack
554554 activesupport
555- rack-protection (2.0.8.1 )
555+ rack-protection (2.2.0 )
556556 rack
557557 rack-test (0.6.3 )
558558 rack (>= 1.0 )
654654 rdf (~> 3.1 )
655655 rdoc (6.4.0 )
656656 psych (>= 4.0.0 )
657- redis (3.3 .1 )
657+ redis (4.7 .1 )
658658 ref (2.0.0 )
659659 rest-client (2.0.2 )
660660 http-cookie (>= 1.0.2 , < 2.0 )
@@ -704,11 +704,11 @@ GEM
704704 rdf-xsd (>= 2.2 , < 4.0 )
705705 sparql (>= 2.2 , < 4.0 )
706706 sxp (~> 1.0 )
707- sidekiq (4 .2.4 )
708- concurrent-ruby (~> 1.0 )
709- connection_pool ( ~> 2.2 , >= 2.2 .0 )
707+ sidekiq (5 .2.8 )
708+ connection_pool (~> 2.2 , >= 2.2.2 )
709+ rack ( < 2.1 .0 )
710710 rack-protection (>= 1.5.0 )
711- redis (~> 3.2 , >= 3.2.1 )
711+ redis (>= 3.3.5 , < 5 )
712712 simplecov (0.16.1 )
713713 docile (~> 1.1 )
714714 json (>= 1.8 , < 3 )
@@ -844,7 +844,7 @@ DEPENDENCIES
844844 rubyzip (~> 2.3 )
845845 sass-rails (~> 6.0 )
846846 sdoc (~> 2.4 )
847- sidekiq (~> 4 .2 )
847+ sidekiq (~> 5 .2 )
848848 simplecov (~> 0.16 )
849849 spring (~> 2.1 )
850850 sqlite3 (~> 1.4 )
You can’t perform that action at this time.
0 commit comments