Skip to content

Commit 8a781f2

Browse files
committed
Bump rails from 8.0.2.1 to 8.0.3
1 parent 419e315 commit 8a781f2

File tree

15 files changed

+56
-82
lines changed

15 files changed

+56
-82
lines changed

Gemfile.lock

Lines changed: 56 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2.1)
5-
actionpack (= 8.0.2.1)
6-
activesupport (= 8.0.2.1)
4+
actioncable (8.0.3)
5+
actionpack (= 8.0.3)
6+
activesupport (= 8.0.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.2.1)
11-
actionpack (= 8.0.2.1)
12-
activejob (= 8.0.2.1)
13-
activerecord (= 8.0.2.1)
14-
activestorage (= 8.0.2.1)
15-
activesupport (= 8.0.2.1)
10+
actionmailbox (8.0.3)
11+
actionpack (= 8.0.3)
12+
activejob (= 8.0.3)
13+
activerecord (= 8.0.3)
14+
activestorage (= 8.0.3)
15+
activesupport (= 8.0.3)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.2.1)
18-
actionpack (= 8.0.2.1)
19-
actionview (= 8.0.2.1)
20-
activejob (= 8.0.2.1)
21-
activesupport (= 8.0.2.1)
17+
actionmailer (8.0.3)
18+
actionpack (= 8.0.3)
19+
actionview (= 8.0.3)
20+
activejob (= 8.0.3)
21+
activesupport (= 8.0.3)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.2.1)
25-
actionview (= 8.0.2.1)
26-
activesupport (= 8.0.2.1)
24+
actionpack (8.0.3)
25+
actionview (= 8.0.3)
26+
activesupport (= 8.0.3)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.2.1)
35-
actionpack (= 8.0.2.1)
36-
activerecord (= 8.0.2.1)
37-
activestorage (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
34+
actiontext (8.0.3)
35+
actionpack (= 8.0.3)
36+
activerecord (= 8.0.3)
37+
activestorage (= 8.0.3)
38+
activesupport (= 8.0.3)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.2.1)
42-
activesupport (= 8.0.2.1)
41+
actionview (8.0.3)
42+
activesupport (= 8.0.3)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
@@ -53,22 +53,22 @@ GEM
5353
kaminari (>= 1.2.1)
5454
railties (>= 7.0)
5555
ransack (>= 4.0)
56-
activejob (8.0.2.1)
57-
activesupport (= 8.0.2.1)
56+
activejob (8.0.3)
57+
activesupport (= 8.0.3)
5858
globalid (>= 0.3.6)
59-
activemodel (8.0.2.1)
60-
activesupport (= 8.0.2.1)
61-
activerecord (8.0.2.1)
62-
activemodel (= 8.0.2.1)
63-
activesupport (= 8.0.2.1)
59+
activemodel (8.0.3)
60+
activesupport (= 8.0.3)
61+
activerecord (8.0.3)
62+
activemodel (= 8.0.3)
63+
activesupport (= 8.0.3)
6464
timeout (>= 0.4.0)
65-
activestorage (8.0.2.1)
66-
actionpack (= 8.0.2.1)
67-
activejob (= 8.0.2.1)
68-
activerecord (= 8.0.2.1)
69-
activesupport (= 8.0.2.1)
65+
activestorage (8.0.3)
66+
actionpack (= 8.0.3)
67+
activejob (= 8.0.3)
68+
activerecord (= 8.0.3)
69+
activesupport (= 8.0.3)
7070
marcel (~> 1.0)
71-
activesupport (8.0.2.1)
71+
activesupport (8.0.3)
7272
base64
7373
benchmark (>= 0.3)
7474
bigdecimal
@@ -122,7 +122,7 @@ GEM
122122
formtastic (5.0.0)
123123
actionpack (>= 6.0.0)
124124
formtastic_i18n (0.7.0)
125-
globalid (1.2.1)
125+
globalid (1.3.0)
126126
activesupport (>= 6.1)
127127
has_scope (0.8.2)
128128
actionpack (>= 5.2)
@@ -205,34 +205,35 @@ GEM
205205
rack (>= 1.3)
206206
rackup (2.2.1)
207207
rack (>= 3)
208-
rails (8.0.2.1)
209-
actioncable (= 8.0.2.1)
210-
actionmailbox (= 8.0.2.1)
211-
actionmailer (= 8.0.2.1)
212-
actionpack (= 8.0.2.1)
213-
actiontext (= 8.0.2.1)
214-
actionview (= 8.0.2.1)
215-
activejob (= 8.0.2.1)
216-
activemodel (= 8.0.2.1)
217-
activerecord (= 8.0.2.1)
218-
activestorage (= 8.0.2.1)
219-
activesupport (= 8.0.2.1)
208+
rails (8.0.3)
209+
actioncable (= 8.0.3)
210+
actionmailbox (= 8.0.3)
211+
actionmailer (= 8.0.3)
212+
actionpack (= 8.0.3)
213+
actiontext (= 8.0.3)
214+
actionview (= 8.0.3)
215+
activejob (= 8.0.3)
216+
activemodel (= 8.0.3)
217+
activerecord (= 8.0.3)
218+
activestorage (= 8.0.3)
219+
activesupport (= 8.0.3)
220220
bundler (>= 1.15.0)
221-
railties (= 8.0.2.1)
221+
railties (= 8.0.3)
222222
rails-dom-testing (2.3.0)
223223
activesupport (>= 5.0.0)
224224
minitest
225225
nokogiri (>= 1.6)
226226
rails-html-sanitizer (1.6.2)
227227
loofah (~> 2.21)
228228
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)
229-
railties (8.0.2.1)
230-
actionpack (= 8.0.2.1)
231-
activesupport (= 8.0.2.1)
229+
railties (8.0.3)
230+
actionpack (= 8.0.3)
231+
activesupport (= 8.0.3)
232232
irb (~> 1.13)
233233
rackup (>= 1.0.0)
234234
rake (>= 12.2)
235235
thor (~> 1.0, >= 1.2.2)
236+
tsort (>= 0.2)
236237
zeitwerk (~> 2.6)
237238
rake (13.3.0)
238239
ransack (4.3.0)
@@ -281,6 +282,7 @@ GEM
281282
stringio (3.1.7)
282283
thor (1.4.0)
283284
timeout (0.4.3)
285+
tsort (0.2.0)
284286
tzinfo (2.0.6)
285287
concurrent-ruby (~> 1.0)
286288
uri (1.0.3)

bin/rails

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env ruby
2-
# frozen_string_literal: true
3-
42
APP_PATH = File.expand_path("../config/application", __dir__)
53
require_relative "../config/boot"
64
require "rails/commands"

bin/rake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env ruby
2-
# frozen_string_literal: true
3-
42
require_relative "../config/boot"
53
require "rake"
64
Rake.application.run

bin/setup

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env ruby
2-
# frozen_string_literal: true
3-
42
require "fileutils"
53

64
APP_ROOT = File.expand_path("..", __dir__)

config/application.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frozen_string_literal: true
2-
31
require_relative "boot"
42

53
require "rails"

config/boot.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frozen_string_literal: true
2-
31
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
42

53
require "bundler/setup" # Set up gems listed in the Gemfile.

config/environment.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frozen_string_literal: true
2-
31
# Load the Rails application.
42
require_relative "application"
53

config/environments/development.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frozen_string_literal: true
2-
31
require "active_support/core_ext/integer/time"
42

53
Rails.application.configure do

config/environments/production.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frozen_string_literal: true
2-
31
require "active_support/core_ext/integer/time"
42

53
Rails.application.configure do

config/environments/test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frozen_string_literal: true
2-
31
# The test environment is used exclusively to run your application's
42
# test suite. You never need to work with it otherwise. Remember that
53
# your test database is "scratch space" for the test suite and is wiped

0 commit comments

Comments
 (0)