Skip to content

Commit 81560a4

Browse files
Copilotsantib
andauthored
Upgrade Rails to 8.1.3
Agent-Logs-Url: https://github.com/rootstrap/rails_api_base/sessions/f4ba8c24-0fd5-4c85-b386-49139baae503 Co-authored-by: santib <6373536+santib@users.noreply.github.com>
1 parent e450120 commit 81560a4

3 files changed

Lines changed: 56 additions & 56 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44

55
ruby file: '.ruby-version'
66

7-
gem 'rails', '~> 8.1.2'
7+
gem 'rails', '~> 8.1.3'
88

99
# Gems
1010
gem 'activeadmin', '~> 3.5'

Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -11,46 +11,46 @@ GEM
1111
specs:
1212
action_text-trix (2.1.18)
1313
railties
14-
actioncable (8.1.2)
15-
actionpack (= 8.1.2)
16-
activesupport (= 8.1.2)
14+
actioncable (8.1.3)
15+
actionpack (= 8.1.3)
16+
activesupport (= 8.1.3)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
1919
zeitwerk (~> 2.6)
20-
actionmailbox (8.1.2)
21-
actionpack (= 8.1.2)
22-
activejob (= 8.1.2)
23-
activerecord (= 8.1.2)
24-
activestorage (= 8.1.2)
25-
activesupport (= 8.1.2)
20+
actionmailbox (8.1.3)
21+
actionpack (= 8.1.3)
22+
activejob (= 8.1.3)
23+
activerecord (= 8.1.3)
24+
activestorage (= 8.1.3)
25+
activesupport (= 8.1.3)
2626
mail (>= 2.8.0)
27-
actionmailer (8.1.2)
28-
actionpack (= 8.1.2)
29-
actionview (= 8.1.2)
30-
activejob (= 8.1.2)
31-
activesupport (= 8.1.2)
27+
actionmailer (8.1.3)
28+
actionpack (= 8.1.3)
29+
actionview (= 8.1.3)
30+
activejob (= 8.1.3)
31+
activesupport (= 8.1.3)
3232
mail (>= 2.8.0)
3333
rails-dom-testing (~> 2.2)
34-
actionpack (8.1.2)
35-
actionview (= 8.1.2)
36-
activesupport (= 8.1.2)
34+
actionpack (8.1.3)
35+
actionview (= 8.1.3)
36+
activesupport (= 8.1.3)
3737
nokogiri (>= 1.8.5)
3838
rack (>= 2.2.4)
3939
rack-session (>= 1.0.1)
4040
rack-test (>= 0.6.3)
4141
rails-dom-testing (~> 2.2)
4242
rails-html-sanitizer (~> 1.6)
4343
useragent (~> 0.16)
44-
actiontext (8.1.2)
44+
actiontext (8.1.3)
4545
action_text-trix (~> 2.1.15)
46-
actionpack (= 8.1.2)
47-
activerecord (= 8.1.2)
48-
activestorage (= 8.1.2)
49-
activesupport (= 8.1.2)
46+
actionpack (= 8.1.3)
47+
activerecord (= 8.1.3)
48+
activestorage (= 8.1.3)
49+
activesupport (= 8.1.3)
5050
globalid (>= 0.6.0)
5151
nokogiri (>= 1.8.5)
52-
actionview (8.1.2)
53-
activesupport (= 8.1.2)
52+
actionview (8.1.3)
53+
activesupport (= 8.1.3)
5454
builder (~> 3.1)
5555
erubi (~> 1.11)
5656
rails-dom-testing (~> 2.2)
@@ -68,26 +68,26 @@ GEM
6868
kaminari (>= 1.2.1)
6969
railties (>= 6.1)
7070
ransack (>= 4.0)
71-
activejob (8.1.2)
72-
activesupport (= 8.1.2)
71+
activejob (8.1.3)
72+
activesupport (= 8.1.3)
7373
globalid (>= 0.3.6)
74-
activemodel (8.1.2)
75-
activesupport (= 8.1.2)
74+
activemodel (8.1.3)
75+
activesupport (= 8.1.3)
7676
activemodel-serializers-xml (1.0.3)
7777
activemodel (>= 5.0.0.a)
7878
activesupport (>= 5.0.0.a)
7979
builder (~> 3.1)
80-
activerecord (8.1.2)
81-
activemodel (= 8.1.2)
82-
activesupport (= 8.1.2)
80+
activerecord (8.1.3)
81+
activemodel (= 8.1.3)
82+
activesupport (= 8.1.3)
8383
timeout (>= 0.4.0)
84-
activestorage (8.1.2)
85-
actionpack (= 8.1.2)
86-
activejob (= 8.1.2)
87-
activerecord (= 8.1.2)
88-
activesupport (= 8.1.2)
84+
activestorage (8.1.3)
85+
actionpack (= 8.1.3)
86+
activejob (= 8.1.3)
87+
activerecord (= 8.1.3)
88+
activesupport (= 8.1.3)
8989
marcel (~> 1.0)
90-
activesupport (8.1.2)
90+
activesupport (8.1.3)
9191
base64
9292
bigdecimal
9393
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -446,20 +446,20 @@ GEM
446446
rack (>= 1.3)
447447
rackup (2.3.1)
448448
rack (>= 3)
449-
rails (8.1.2)
450-
actioncable (= 8.1.2)
451-
actionmailbox (= 8.1.2)
452-
actionmailer (= 8.1.2)
453-
actionpack (= 8.1.2)
454-
actiontext (= 8.1.2)
455-
actionview (= 8.1.2)
456-
activejob (= 8.1.2)
457-
activemodel (= 8.1.2)
458-
activerecord (= 8.1.2)
459-
activestorage (= 8.1.2)
460-
activesupport (= 8.1.2)
449+
rails (8.1.3)
450+
actioncable (= 8.1.3)
451+
actionmailbox (= 8.1.3)
452+
actionmailer (= 8.1.3)
453+
actionpack (= 8.1.3)
454+
actiontext (= 8.1.3)
455+
actionview (= 8.1.3)
456+
activejob (= 8.1.3)
457+
activemodel (= 8.1.3)
458+
activerecord (= 8.1.3)
459+
activestorage (= 8.1.3)
460+
activesupport (= 8.1.3)
461461
bundler (>= 1.15.0)
462-
railties (= 8.1.2)
462+
railties (= 8.1.3)
463463
rails-dom-testing (2.3.0)
464464
activesupport (>= 5.0.0)
465465
minitest
@@ -478,9 +478,9 @@ GEM
478478
json
479479
require_all (~> 3.0)
480480
ruby-progressbar
481-
railties (8.1.2)
482-
actionpack (= 8.1.2)
483-
activesupport (= 8.1.2)
481+
railties (8.1.3)
482+
actionpack (= 8.1.3)
483+
activesupport (= 8.1.3)
484484
irb (~> 1.13)
485485
rackup (>= 1.0.0)
486486
rake (>= 12.2)
@@ -697,7 +697,7 @@ DEPENDENCIES
697697
puma (~> 7.2)
698698
pundit (~> 2.5)
699699
rack-cors (~> 3.0)
700-
rails (~> 8.1.2)
700+
rails (~> 8.1.3)
701701
rails_best_practices (~> 1.23)
702702
reek (~> 6.5)
703703
rspec-openapi (~> 0.25)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Github Actions CI](https://github.com/rootstrap/rails_api_base/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/rootstrap/rails_api_base/actions)
44
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rootstrap_rails_api_base&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=rootstrap_rails_api_base)
55

6-
Rails API Base is a boilerplate project for JSON RESTful APIs. It follows the community best practices in terms of standards, security and maintainability, integrating a variety of testing and code quality tools. It's based on Rails 8.0 and Ruby 4.0.
6+
Rails API Base is a boilerplate project for JSON RESTful APIs. It follows the community best practices in terms of standards, security and maintainability, integrating a variety of testing and code quality tools. It's based on Rails 8.1 and Ruby 4.0.
77

88
Finally, it contains a plug an play Administration console (thanks to [ActiveAdmin](https://github.com/activeadmin/activeadmin)).
99

0 commit comments

Comments
 (0)