Skip to content

Commit 4ab679c

Browse files
committed
chore: upgrade to Rails 8.1.1
1 parent d19dbdf commit 4ab679c

File tree

4 files changed

+68
-66
lines changed

4 files changed

+68
-66
lines changed

Gemfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
88
# development dependencies will be added by default to the :development group.
99
gemspec
1010

11-
gem 'rails', '~> 8.0.2'
11+
gem 'rails', '~> 8.1.1'
1212

1313
# Use Active Storage variant
1414
gem 'image_processing', '~> 1.12.2'
@@ -38,9 +38,7 @@ gem 'sqlite3'
3838
# Gems no longer be part of the default gems from Ruby 3.5.0
3939
gem 'observer'
4040
gem 'ostruct'
41-
42-
# ViewComponent is a library for building reusable, testable & encapsulated view components in Ruby on Rails.
43-
# gem 'view_component'
41+
gem 'benchmark'
4442

4543
# Lookbook is a UI development environment for Ruby on Rails applications
4644
gem 'lookbook'

Gemfile.lock

Lines changed: 62 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -8,77 +8,80 @@ PATH
88
pagy (>= 6)
99
rails (>= 7.2, < 9)
1010
turbo-rails (>= 2, < 3)
11-
view_component (~> 4.0.0)
11+
view_component (~> 4.1.0)
1212

1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
actioncable (8.0.4)
17-
actionpack (= 8.0.4)
18-
activesupport (= 8.0.4)
16+
action_text-trix (2.1.15)
17+
railties
18+
actioncable (8.1.1)
19+
actionpack (= 8.1.1)
20+
activesupport (= 8.1.1)
1921
nio4r (~> 2.0)
2022
websocket-driver (>= 0.6.1)
2123
zeitwerk (~> 2.6)
22-
actionmailbox (8.0.4)
23-
actionpack (= 8.0.4)
24-
activejob (= 8.0.4)
25-
activerecord (= 8.0.4)
26-
activestorage (= 8.0.4)
27-
activesupport (= 8.0.4)
24+
actionmailbox (8.1.1)
25+
actionpack (= 8.1.1)
26+
activejob (= 8.1.1)
27+
activerecord (= 8.1.1)
28+
activestorage (= 8.1.1)
29+
activesupport (= 8.1.1)
2830
mail (>= 2.8.0)
29-
actionmailer (8.0.4)
30-
actionpack (= 8.0.4)
31-
actionview (= 8.0.4)
32-
activejob (= 8.0.4)
33-
activesupport (= 8.0.4)
31+
actionmailer (8.1.1)
32+
actionpack (= 8.1.1)
33+
actionview (= 8.1.1)
34+
activejob (= 8.1.1)
35+
activesupport (= 8.1.1)
3436
mail (>= 2.8.0)
3537
rails-dom-testing (~> 2.2)
36-
actionpack (8.0.4)
37-
actionview (= 8.0.4)
38-
activesupport (= 8.0.4)
38+
actionpack (8.1.1)
39+
actionview (= 8.1.1)
40+
activesupport (= 8.1.1)
3941
nokogiri (>= 1.8.5)
4042
rack (>= 2.2.4)
4143
rack-session (>= 1.0.1)
4244
rack-test (>= 0.6.3)
4345
rails-dom-testing (~> 2.2)
4446
rails-html-sanitizer (~> 1.6)
4547
useragent (~> 0.16)
46-
actiontext (8.0.4)
47-
actionpack (= 8.0.4)
48-
activerecord (= 8.0.4)
49-
activestorage (= 8.0.4)
50-
activesupport (= 8.0.4)
48+
actiontext (8.1.1)
49+
action_text-trix (~> 2.1.15)
50+
actionpack (= 8.1.1)
51+
activerecord (= 8.1.1)
52+
activestorage (= 8.1.1)
53+
activesupport (= 8.1.1)
5154
globalid (>= 0.6.0)
5255
nokogiri (>= 1.8.5)
53-
actionview (8.0.4)
54-
activesupport (= 8.0.4)
56+
actionview (8.1.1)
57+
activesupport (= 8.1.1)
5558
builder (~> 3.1)
5659
erubi (~> 1.11)
5760
rails-dom-testing (~> 2.2)
5861
rails-html-sanitizer (~> 1.6)
59-
activejob (8.0.4)
60-
activesupport (= 8.0.4)
62+
activejob (8.1.1)
63+
activesupport (= 8.1.1)
6164
globalid (>= 0.3.6)
62-
activemodel (8.0.4)
63-
activesupport (= 8.0.4)
64-
activerecord (8.0.4)
65-
activemodel (= 8.0.4)
66-
activesupport (= 8.0.4)
65+
activemodel (8.1.1)
66+
activesupport (= 8.1.1)
67+
activerecord (8.1.1)
68+
activemodel (= 8.1.1)
69+
activesupport (= 8.1.1)
6770
timeout (>= 0.4.0)
68-
activestorage (8.0.4)
69-
actionpack (= 8.0.4)
70-
activejob (= 8.0.4)
71-
activerecord (= 8.0.4)
72-
activesupport (= 8.0.4)
71+
activestorage (8.1.1)
72+
actionpack (= 8.1.1)
73+
activejob (= 8.1.1)
74+
activerecord (= 8.1.1)
75+
activesupport (= 8.1.1)
7376
marcel (~> 1.0)
74-
activesupport (8.0.4)
77+
activesupport (8.1.1)
7578
base64
76-
benchmark (>= 0.3)
7779
bigdecimal
7880
concurrent-ruby (~> 1.0, >= 1.3.1)
7981
connection_pool (>= 2.2.5)
8082
drb
8183
i18n (>= 1.6, < 2)
84+
json
8285
logger (>= 1.4.2)
8386
minitest (>= 5.1)
8487
securerandom (>= 0.3)
@@ -245,30 +248,30 @@ GEM
245248
rack (>= 1.3)
246249
rackup (2.2.1)
247250
rack (>= 3)
248-
rails (8.0.4)
249-
actioncable (= 8.0.4)
250-
actionmailbox (= 8.0.4)
251-
actionmailer (= 8.0.4)
252-
actionpack (= 8.0.4)
253-
actiontext (= 8.0.4)
254-
actionview (= 8.0.4)
255-
activejob (= 8.0.4)
256-
activemodel (= 8.0.4)
257-
activerecord (= 8.0.4)
258-
activestorage (= 8.0.4)
259-
activesupport (= 8.0.4)
251+
rails (8.1.1)
252+
actioncable (= 8.1.1)
253+
actionmailbox (= 8.1.1)
254+
actionmailer (= 8.1.1)
255+
actionpack (= 8.1.1)
256+
actiontext (= 8.1.1)
257+
actionview (= 8.1.1)
258+
activejob (= 8.1.1)
259+
activemodel (= 8.1.1)
260+
activerecord (= 8.1.1)
261+
activestorage (= 8.1.1)
262+
activesupport (= 8.1.1)
260263
bundler (>= 1.15.0)
261-
railties (= 8.0.4)
264+
railties (= 8.1.1)
262265
rails-dom-testing (2.3.0)
263266
activesupport (>= 5.0.0)
264267
minitest
265268
nokogiri (>= 1.6)
266269
rails-html-sanitizer (1.6.2)
267270
loofah (~> 2.21)
268271
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)
269-
railties (8.0.4)
270-
actionpack (= 8.0.4)
271-
activesupport (= 8.0.4)
272+
railties (8.1.1)
273+
actionpack (= 8.1.1)
274+
activesupport (= 8.1.1)
272275
irb (~> 1.13)
273276
rackup (>= 1.0.0)
274277
rake (>= 12.2)
@@ -381,8 +384,8 @@ GEM
381384
unicode-emoji (4.1.0)
382385
uri (1.1.0)
383386
useragent (0.16.11)
384-
view_component (4.0.2)
385-
activesupport (>= 7.1.0, < 8.1)
387+
view_component (4.1.0)
388+
activesupport (>= 7.1.0, < 8.2)
386389
concurrent-ruby (~> 1)
387390
web-console (4.2.1)
388391
actionview (>= 6.0.0)
@@ -411,6 +414,7 @@ PLATFORMS
411414
DEPENDENCIES
412415
annotaterb
413416
bcrypt
417+
benchmark
414418
capybara
415419
debug
416420
dotenv
@@ -427,7 +431,7 @@ DEPENDENCIES
427431
pg (~> 1.5.9)
428432
propshaft
429433
puma
430-
rails (~> 8.0.2)
434+
rails (~> 8.1.1)
431435
rdoc (>= 6.6.3.1)
432436
rspec-rails
433437
rubocop

Gemfile.rails_7_2.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PATH
88
pagy (>= 6)
99
rails (>= 7.2, < 9)
1010
turbo-rails (>= 2, < 3)
11-
view_component (~> 4.0.0)
11+
view_component (~> 4.1.0)
1212

1313
GEM
1414
remote: https://rubygems.org/
@@ -368,8 +368,8 @@ GEM
368368
unicode-emoji (~> 4.1)
369369
unicode-emoji (4.1.0)
370370
useragent (0.16.11)
371-
view_component (4.0.2)
372-
activesupport (>= 7.1.0, < 8.1)
371+
view_component (4.1.0)
372+
activesupport (>= 7.1.0, < 8.2)
373373
concurrent-ruby (~> 1)
374374
websocket-driver (0.8.0)
375375
base64

maglevcms.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ Gem::Specification.new do |spec|
4646
spec.add_dependency 'class_variants', '~> 1.1'
4747
spec.add_dependency 'importmap-rails', '< 3', '>= 2'
4848
spec.add_dependency 'turbo-rails', '< 3', '>= 2'
49-
spec.add_dependency 'view_component', '~> 4.0.0'
49+
spec.add_dependency 'view_component', '~> 4.1.0'
5050
end
5151
# rubocop:enable Metrics/BlockLength

0 commit comments

Comments
 (0)