This repository was archived by the owner on Nov 28, 2024. It is now read-only.
File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ gem 'nokogiri', '~> 1.13'
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,10 @@ 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.0 )
705
+ connection_pool (~> 2.2 , >= 2.2.2 )
707
706
rack-protection (>= 1.5.0 )
708
- redis (~> 3.2 , >= 3.2.1 )
707
+ redis (>= 3.3.5 , < 5 )
709
708
simplecov (0.16.1 )
710
709
docile (~> 1.1 )
711
710
json (>= 1.8 , < 3 )
@@ -840,7 +839,7 @@ DEPENDENCIES
840
839
rubyzip (~> 2.3 )
841
840
sass-rails (~> 6.0 )
842
841
sdoc (~> 2.2 )
843
- sidekiq (~> 4 .2 )
842
+ sidekiq (~> 5 .2 )
844
843
simplecov (~> 0.16 )
845
844
spring (~> 2.1 )
846
845
sqlite3 (~> 1.4 )
You can’t perform that action at this time.
0 commit comments