Skip to content

Commit a84c706

Browse files
committed
Bump rails, rack, sidekiq. Audit gems
1 parent 5993ef1 commit a84c706

3 files changed

Lines changed: 104 additions & 89 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
uses: ruby/setup-ruby@v1
4848
with:
4949
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
50+
- name: Audit gems
51+
run: bundle audit check --update
5052
- name: Configure and initialize database
5153
run: |
5254
cp test/config/test_tess.yml config/tess.yml

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'rails', '7.2.3'
5+
gem 'rails', '7.2.3.1'
66

77
gem 'active_model_serializers'
88
gem 'activerecord-session_store'
@@ -51,6 +51,7 @@ gem 'redis'
5151
gem 'rest-client'
5252
gem 'reverse_markdown'
5353
gem 'rss'
54+
gem 'ruby-openai'
5455
gem 'sassc-rails'
5556
gem 'sass-rails'
5657
gem 'sentry-rails'
@@ -85,6 +86,7 @@ end
8586
group :development do
8687
gem 'better_errors'
8788
gem 'binding_of_caller'
89+
gem 'bundle-audit'
8890
gem 'listen'
8991
gem 'puma'
9092
gem 'web-console'
@@ -98,5 +100,3 @@ group :test do
98100
gem 'vcr'
99101
gem 'webmock'
100102
end
101-
102-
gem 'ruby-openai'

Gemfile.lock

Lines changed: 99 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.2.3)
13-
actionpack (= 7.2.3)
14-
activesupport (= 7.2.3)
12+
actioncable (7.2.3.1)
13+
actionpack (= 7.2.3.1)
14+
activesupport (= 7.2.3.1)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (7.2.3)
19-
actionpack (= 7.2.3)
20-
activejob (= 7.2.3)
21-
activerecord (= 7.2.3)
22-
activestorage (= 7.2.3)
23-
activesupport (= 7.2.3)
18+
actionmailbox (7.2.3.1)
19+
actionpack (= 7.2.3.1)
20+
activejob (= 7.2.3.1)
21+
activerecord (= 7.2.3.1)
22+
activestorage (= 7.2.3.1)
23+
activesupport (= 7.2.3.1)
2424
mail (>= 2.8.0)
25-
actionmailer (7.2.3)
26-
actionpack (= 7.2.3)
27-
actionview (= 7.2.3)
28-
activejob (= 7.2.3)
29-
activesupport (= 7.2.3)
25+
actionmailer (7.2.3.1)
26+
actionpack (= 7.2.3.1)
27+
actionview (= 7.2.3.1)
28+
activejob (= 7.2.3.1)
29+
activesupport (= 7.2.3.1)
3030
mail (>= 2.8.0)
3131
rails-dom-testing (~> 2.2)
32-
actionpack (7.2.3)
33-
actionview (= 7.2.3)
34-
activesupport (= 7.2.3)
32+
actionpack (7.2.3.1)
33+
actionview (= 7.2.3.1)
34+
activesupport (= 7.2.3.1)
3535
cgi
3636
nokogiri (>= 1.8.5)
3737
racc
@@ -41,15 +41,15 @@ GEM
4141
rails-dom-testing (~> 2.2)
4242
rails-html-sanitizer (~> 1.6)
4343
useragent (~> 0.16)
44-
actiontext (7.2.3)
45-
actionpack (= 7.2.3)
46-
activerecord (= 7.2.3)
47-
activestorage (= 7.2.3)
48-
activesupport (= 7.2.3)
44+
actiontext (7.2.3.1)
45+
actionpack (= 7.2.3.1)
46+
activerecord (= 7.2.3.1)
47+
activestorage (= 7.2.3.1)
48+
activesupport (= 7.2.3.1)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (7.2.3)
52-
activesupport (= 7.2.3)
51+
actionview (7.2.3.1)
52+
activesupport (= 7.2.3.1)
5353
builder (~> 3.1)
5454
cgi
5555
erubi (~> 1.11)
@@ -60,32 +60,32 @@ GEM
6060
activemodel (>= 4.1)
6161
case_transform (>= 0.2)
6262
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
63-
activejob (7.2.3)
64-
activesupport (= 7.2.3)
63+
activejob (7.2.3.1)
64+
activesupport (= 7.2.3.1)
6565
globalid (>= 0.3.6)
66-
activemodel (7.2.3)
67-
activesupport (= 7.2.3)
66+
activemodel (7.2.3.1)
67+
activesupport (= 7.2.3.1)
6868
activemodel-serializers-xml (1.0.3)
6969
activemodel (>= 5.0.0.a)
7070
activesupport (>= 5.0.0.a)
7171
builder (~> 3.1)
72-
activerecord (7.2.3)
73-
activemodel (= 7.2.3)
74-
activesupport (= 7.2.3)
72+
activerecord (7.2.3.1)
73+
activemodel (= 7.2.3.1)
74+
activesupport (= 7.2.3.1)
7575
timeout (>= 0.4.0)
76-
activerecord-session_store (2.0.0)
77-
actionpack (>= 5.2.4.1)
78-
activerecord (>= 5.2.4.1)
79-
multi_json (~> 1.11, >= 1.11.2)
80-
rack (>= 2.0.8, < 3)
81-
railties (>= 5.2.4.1)
82-
activestorage (7.2.3)
83-
actionpack (= 7.2.3)
84-
activejob (= 7.2.3)
85-
activerecord (= 7.2.3)
86-
activesupport (= 7.2.3)
76+
activerecord-session_store (2.2.0)
77+
actionpack (>= 7.0)
78+
activerecord (>= 7.0)
79+
cgi (>= 0.3.6)
80+
rack (>= 2.0.8, < 4)
81+
railties (>= 7.0)
82+
activestorage (7.2.3.1)
83+
actionpack (= 7.2.3.1)
84+
activejob (= 7.2.3.1)
85+
activerecord (= 7.2.3.1)
86+
activesupport (= 7.2.3.1)
8787
marcel (~> 1.0)
88-
activesupport (7.2.3)
88+
activesupport (7.2.3.1)
8989
base64
9090
benchmark (>= 0.3)
9191
bigdecimal
@@ -94,7 +94,7 @@ GEM
9494
drb
9595
i18n (>= 1.6, < 2)
9696
logger (>= 1.4.2)
97-
minitest (>= 5.1)
97+
minitest (>= 5.1, < 6)
9898
securerandom (>= 0.3)
9999
tzinfo (~> 2.0, >= 2.0.5)
100100
addressable (2.9.0)
@@ -134,6 +134,11 @@ GEM
134134
bootstrap-tab-history-rails (0.1.0)
135135
railties (>= 3.1)
136136
builder (3.3.0)
137+
bundle-audit (0.2.0)
138+
bundler-audit
139+
bundler-audit (0.9.3)
140+
bundler (>= 1.2.0)
141+
thor (~> 1.0)
137142
byebug (11.1.3)
138143
case_transform (0.2)
139144
activesupport
@@ -398,8 +403,9 @@ GEM
398403
faraday (< 3)
399404
faraday-follow_redirects (>= 0.3.0, < 2)
400405
rexml
401-
omniauth (2.1.1)
406+
omniauth (2.1.4)
402407
hashie (>= 3.4.6)
408+
logger
403409
rack (>= 2.2.3)
404410
rack-protection
405411
omniauth-rails_csrf_protection (1.0.1)
@@ -455,7 +461,7 @@ GEM
455461
pundit (2.3.1)
456462
activesupport (>= 3.0.0)
457463
racc (1.8.1)
458-
rack (2.2.23)
464+
rack (3.2.6)
459465
rack-cors (2.0.2)
460466
rack (>= 2.0.0)
461467
rack-oauth2 (2.2.0)
@@ -465,29 +471,31 @@ GEM
465471
faraday-follow_redirects
466472
json-jwt (>= 1.11.0)
467473
rack (>= 2.1.0)
468-
rack-protection (3.1.0)
469-
rack (~> 2.2, >= 2.2.4)
470-
rack-session (1.0.2)
471-
rack (< 3)
474+
rack-protection (4.2.1)
475+
base64 (>= 0.1.0)
476+
logger (>= 1.6.0)
477+
rack (>= 3.0.0, < 4)
478+
rack-session (2.1.2)
479+
base64 (>= 0.1.0)
480+
rack (>= 3.0.0)
472481
rack-test (2.2.0)
473482
rack (>= 1.3)
474-
rackup (1.0.1)
475-
rack (< 3)
476-
webrick
477-
rails (7.2.3)
478-
actioncable (= 7.2.3)
479-
actionmailbox (= 7.2.3)
480-
actionmailer (= 7.2.3)
481-
actionpack (= 7.2.3)
482-
actiontext (= 7.2.3)
483-
actionview (= 7.2.3)
484-
activejob (= 7.2.3)
485-
activemodel (= 7.2.3)
486-
activerecord (= 7.2.3)
487-
activestorage (= 7.2.3)
488-
activesupport (= 7.2.3)
483+
rackup (2.3.1)
484+
rack (>= 3)
485+
rails (7.2.3.1)
486+
actioncable (= 7.2.3.1)
487+
actionmailbox (= 7.2.3.1)
488+
actionmailer (= 7.2.3.1)
489+
actionpack (= 7.2.3.1)
490+
actiontext (= 7.2.3.1)
491+
actionview (= 7.2.3.1)
492+
activejob (= 7.2.3.1)
493+
activemodel (= 7.2.3.1)
494+
activerecord (= 7.2.3.1)
495+
activestorage (= 7.2.3.1)
496+
activesupport (= 7.2.3.1)
489497
bundler (>= 1.15.0)
490-
railties (= 7.2.3)
498+
railties (= 7.2.3.1)
491499
rails-controller-testing (1.0.5)
492500
actionpack (>= 5.0.1.rc1)
493501
actionview (>= 5.0.1.rc1)
@@ -509,9 +517,9 @@ GEM
509517
nested_form (~> 0.3)
510518
rails (>= 6.0, < 9)
511519
turbo-rails (>= 1.0, < 3)
512-
railties (7.2.3)
513-
actionpack (= 7.2.3)
514-
activesupport (= 7.2.3)
520+
railties (7.2.3.1)
521+
actionpack (= 7.2.3.1)
522+
activesupport (= 7.2.3.1)
515523
cgi
516524
irb (~> 1.13)
517525
rackup (>= 1.0.0)
@@ -602,7 +610,7 @@ GEM
602610
redcarpet (3.6.0)
603611
redis (5.0.7)
604612
redis-client (>= 0.9.0)
605-
redis-client (0.16.0)
613+
redis-client (0.29.0)
606614
connection_pool
607615
regexp_parser (2.8.1)
608616
reline (0.6.3)
@@ -661,14 +669,16 @@ GEM
661669
tilt
662670
scanf (1.0.0)
663671
securerandom (0.4.1)
664-
sentry-rails (5.11.0)
665-
railties (>= 5.0)
666-
sentry-ruby (~> 5.11.0)
667-
sentry-ruby (5.11.0)
672+
sentry-rails (6.5.0)
673+
railties (>= 5.2.0)
674+
sentry-ruby (~> 6.5.0)
675+
sentry-ruby (6.5.0)
676+
bigdecimal
668677
concurrent-ruby (~> 1.0, >= 1.0.2)
669-
sentry-sidekiq (5.11.0)
670-
sentry-ruby (~> 5.11.0)
671-
sidekiq (>= 3.0)
678+
logger
679+
sentry-sidekiq (6.5.0)
680+
sentry-ruby (~> 6.5.0)
681+
sidekiq (>= 5.0)
672682
shacl (0.4.1)
673683
json-ld (~> 3.3)
674684
rdf (~> 3.3)
@@ -683,14 +693,17 @@ GEM
683693
rdf-xsd (~> 3.3)
684694
sparql (~> 3.3)
685695
sxp (~> 1.3)
686-
sidekiq (7.1.6)
687-
concurrent-ruby (< 2)
688-
connection_pool (>= 2.3.0)
689-
rack (>= 2.2.4)
690-
redis-client (>= 0.14.0)
691-
sidekiq-status (3.0.3)
696+
sidekiq (8.1.6)
697+
connection_pool (>= 3.0.0)
698+
json (>= 2.16.0)
699+
logger (>= 1.7.0)
700+
rack (>= 3.2.0)
701+
redis-client (>= 0.29.0)
702+
sidekiq-status (4.0.0)
703+
base64
692704
chronic_duration
693-
sidekiq (>= 6.0, < 8)
705+
logger
706+
sidekiq (>= 7, < 9)
694707
simple_calendar (2.4.3)
695708
rails (>= 3.0)
696709
simple_form (5.2.0)
@@ -802,7 +815,6 @@ GEM
802815
addressable (>= 2.8.0)
803816
crack (>= 0.3.2)
804817
hashdiff (>= 0.4.0, < 2.0.0)
805-
webrick (1.9.2)
806818
websocket-driver (0.8.0)
807819
base64
808820
websocket-extensions (>= 0.1.0)
@@ -832,6 +844,7 @@ DEPENDENCIES
832844
bootstrap-datepicker-rails
833845
bootstrap-sass
834846
bootstrap-tab-history-rails
847+
bundle-audit
835848
byebug
836849
committee
837850
country_select
@@ -869,7 +882,7 @@ DEPENDENCIES
869882
puma
870883
pundit
871884
rack-cors
872-
rails (= 7.2.3)
885+
rails (= 7.2.3.1)
873886
rails-controller-testing
874887
rails-i18n
875888
rails_admin

0 commit comments

Comments
 (0)