Skip to content

Commit cb89d8e

Browse files
committed
update agents and rails
1 parent b94245f commit cb89d8e

4 files changed

Lines changed: 61 additions & 59 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project Overview
2-
- Rails 7.1 monolith for the Raspberry Pi Code Editor API (REST + GraphQL), served at `editor-api.raspberrypi.org`.
2+
- Rails 8.1 monolith for the Raspberry Pi Code Editor API (REST + GraphQL), served at `editor-api.raspberrypi.org`.
33
- Primary runtime via Docker; API listens on port 3009.
44

55
## Architecture

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gem 'propshaft'
4141
gem 'puma', '~> 8.0'
4242
gem 'rack_content_type_default', '~> 1.1'
4343
gem 'rack-cors'
44-
gem 'rails', '~> 8.0.5'
44+
gem 'rails', '~> 8.1.3'
4545
gem 'ruby-progressbar', '~> 1.13', require: false
4646
gem 'sentry-rails'
4747
gem 'statesman'

Gemfile.lock

Lines changed: 58 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -11,72 +11,75 @@ GIT
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (8.0.5)
15-
actionpack (= 8.0.5)
16-
activesupport (= 8.0.5)
14+
action_text-trix (2.1.19)
15+
railties
16+
actioncable (8.1.3)
17+
actionpack (= 8.1.3)
18+
activesupport (= 8.1.3)
1719
nio4r (~> 2.0)
1820
websocket-driver (>= 0.6.1)
1921
zeitwerk (~> 2.6)
20-
actionmailbox (8.0.5)
21-
actionpack (= 8.0.5)
22-
activejob (= 8.0.5)
23-
activerecord (= 8.0.5)
24-
activestorage (= 8.0.5)
25-
activesupport (= 8.0.5)
22+
actionmailbox (8.1.3)
23+
actionpack (= 8.1.3)
24+
activejob (= 8.1.3)
25+
activerecord (= 8.1.3)
26+
activestorage (= 8.1.3)
27+
activesupport (= 8.1.3)
2628
mail (>= 2.8.0)
27-
actionmailer (8.0.5)
28-
actionpack (= 8.0.5)
29-
actionview (= 8.0.5)
30-
activejob (= 8.0.5)
31-
activesupport (= 8.0.5)
29+
actionmailer (8.1.3)
30+
actionpack (= 8.1.3)
31+
actionview (= 8.1.3)
32+
activejob (= 8.1.3)
33+
activesupport (= 8.1.3)
3234
mail (>= 2.8.0)
3335
rails-dom-testing (~> 2.2)
34-
actionpack (8.0.5)
35-
actionview (= 8.0.5)
36-
activesupport (= 8.0.5)
36+
actionpack (8.1.3)
37+
actionview (= 8.1.3)
38+
activesupport (= 8.1.3)
3739
nokogiri (>= 1.8.5)
3840
rack (>= 2.2.4)
3941
rack-session (>= 1.0.1)
4042
rack-test (>= 0.6.3)
4143
rails-dom-testing (~> 2.2)
4244
rails-html-sanitizer (~> 1.6)
4345
useragent (~> 0.16)
44-
actiontext (8.0.5)
45-
actionpack (= 8.0.5)
46-
activerecord (= 8.0.5)
47-
activestorage (= 8.0.5)
48-
activesupport (= 8.0.5)
46+
actiontext (8.1.3)
47+
action_text-trix (~> 2.1.15)
48+
actionpack (= 8.1.3)
49+
activerecord (= 8.1.3)
50+
activestorage (= 8.1.3)
51+
activesupport (= 8.1.3)
4952
globalid (>= 0.6.0)
5053
nokogiri (>= 1.8.5)
51-
actionview (8.0.5)
52-
activesupport (= 8.0.5)
54+
actionview (8.1.3)
55+
activesupport (= 8.1.3)
5356
builder (~> 3.1)
5457
erubi (~> 1.11)
5558
rails-dom-testing (~> 2.2)
5659
rails-html-sanitizer (~> 1.6)
57-
activejob (8.0.5)
58-
activesupport (= 8.0.5)
60+
activejob (8.1.3)
61+
activesupport (= 8.1.3)
5962
globalid (>= 0.3.6)
60-
activemodel (8.0.5)
61-
activesupport (= 8.0.5)
62-
activerecord (8.0.5)
63-
activemodel (= 8.0.5)
64-
activesupport (= 8.0.5)
63+
activemodel (8.1.3)
64+
activesupport (= 8.1.3)
65+
activerecord (8.1.3)
66+
activemodel (= 8.1.3)
67+
activesupport (= 8.1.3)
6568
timeout (>= 0.4.0)
66-
activestorage (8.0.5)
67-
actionpack (= 8.0.5)
68-
activejob (= 8.0.5)
69-
activerecord (= 8.0.5)
70-
activesupport (= 8.0.5)
69+
activestorage (8.1.3)
70+
actionpack (= 8.1.3)
71+
activejob (= 8.1.3)
72+
activerecord (= 8.1.3)
73+
activesupport (= 8.1.3)
7174
marcel (~> 1.0)
72-
activesupport (8.0.5)
75+
activesupport (8.1.3)
7376
base64
74-
benchmark (>= 0.3)
7577
bigdecimal
7678
concurrent-ruby (~> 1.0, >= 1.3.1)
7779
connection_pool (>= 2.2.5)
7880
drb
7981
i18n (>= 1.6, < 2)
82+
json
8083
logger (>= 1.4.2)
8184
minitest (>= 5.1)
8285
securerandom (>= 0.3)
@@ -114,7 +117,6 @@ GEM
114117
aws-sigv4 (1.12.1)
115118
aws-eventstream (~> 1, >= 1.0.2)
116119
base64 (0.3.0)
117-
benchmark (0.5.0)
118120
bigdecimal (4.1.2)
119121
bootsnap (1.24.0)
120122
msgpack (~> 1.2)
@@ -379,20 +381,20 @@ GEM
379381
rack
380382
rackup (2.3.1)
381383
rack (>= 3)
382-
rails (8.0.5)
383-
actioncable (= 8.0.5)
384-
actionmailbox (= 8.0.5)
385-
actionmailer (= 8.0.5)
386-
actionpack (= 8.0.5)
387-
actiontext (= 8.0.5)
388-
actionview (= 8.0.5)
389-
activejob (= 8.0.5)
390-
activemodel (= 8.0.5)
391-
activerecord (= 8.0.5)
392-
activestorage (= 8.0.5)
393-
activesupport (= 8.0.5)
384+
rails (8.1.3)
385+
actioncable (= 8.1.3)
386+
actionmailbox (= 8.1.3)
387+
actionmailer (= 8.1.3)
388+
actionpack (= 8.1.3)
389+
actiontext (= 8.1.3)
390+
actionview (= 8.1.3)
391+
activejob (= 8.1.3)
392+
activemodel (= 8.1.3)
393+
activerecord (= 8.1.3)
394+
activestorage (= 8.1.3)
395+
activesupport (= 8.1.3)
394396
bundler (>= 1.15.0)
395-
railties (= 8.0.5)
397+
railties (= 8.1.3)
396398
rails-dom-testing (2.3.0)
397399
activesupport (>= 5.0.0)
398400
minitest
@@ -405,9 +407,9 @@ GEM
405407
rails-html-sanitizer (1.7.0)
406408
loofah (~> 2.25)
407409
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
408-
railties (8.0.5)
409-
actionpack (= 8.0.5)
410-
activesupport (= 8.0.5)
410+
railties (8.1.3)
411+
actionpack (= 8.1.3)
412+
activesupport (= 8.1.3)
411413
irb (~> 1.13)
412414
rackup (>= 1.0.0)
413415
rake (>= 12.2)
@@ -616,7 +618,7 @@ DEPENDENCIES
616618
puma (~> 8.0)
617619
rack-cors
618620
rack_content_type_default (~> 1.1)
619-
rails (~> 8.0.5)
621+
rails (~> 8.1.3)
620622
rails-erd
621623
rspec
622624
rspec-rails

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
module App
2525
class Application < Rails::Application
26-
config.load_defaults 8.0
26+
config.load_defaults 8.1
2727

2828
config.add_autoload_paths_to_load_path = false
2929

0 commit comments

Comments
 (0)