Skip to content

Commit c1692d5

Browse files
Update to test with Rails v8.1.0 final
1 parent 05a1275 commit c1692d5

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
gemspec
66

7-
gem "activemodel", "~> 8.1.0.rc1"
8-
gem "railties", "~> 8.1.0.rc1"
7+
gem "activemodel", "~> 8.1.0"
8+
gem "railties", "~> 8.1.0"
99
gem "rubocop"
1010
gem "rubocop-performance"

Gemfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (8.1.0.rc1)
12-
actionview (= 8.1.0.rc1)
13-
activesupport (= 8.1.0.rc1)
11+
actionpack (8.1.0)
12+
actionview (= 8.1.0)
13+
activesupport (= 8.1.0)
1414
nokogiri (>= 1.8.5)
1515
rack (>= 2.2.4)
1616
rack-session (>= 1.0.1)
1717
rack-test (>= 0.6.3)
1818
rails-dom-testing (~> 2.2)
1919
rails-html-sanitizer (~> 1.6)
2020
useragent (~> 0.16)
21-
actionview (8.1.0.rc1)
22-
activesupport (= 8.1.0.rc1)
21+
actionview (8.1.0)
22+
activesupport (= 8.1.0)
2323
builder (~> 3.1)
2424
erubi (~> 1.11)
2525
rails-dom-testing (~> 2.2)
2626
rails-html-sanitizer (~> 1.6)
27-
activemodel (8.1.0.rc1)
28-
activesupport (= 8.1.0.rc1)
29-
activesupport (8.1.0.rc1)
27+
activemodel (8.1.0)
28+
activesupport (= 8.1.0)
29+
activesupport (8.1.0)
3030
base64
3131
bigdecimal
3232
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -102,9 +102,9 @@ GEM
102102
rails-html-sanitizer (1.6.2)
103103
loofah (~> 2.21)
104104
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)
105-
railties (8.1.0.rc1)
106-
actionpack (= 8.1.0.rc1)
107-
activesupport (= 8.1.0.rc1)
105+
railties (8.1.0)
106+
actionpack (= 8.1.0)
107+
activesupport (= 8.1.0)
108108
irb (~> 1.13)
109109
rackup (>= 1.0.0)
110110
rake (>= 12.2)
@@ -120,7 +120,7 @@ GEM
120120
regexp_parser (2.11.3)
121121
reline (0.6.2)
122122
io-console (~> 0.5)
123-
rubocop (1.81.1)
123+
rubocop (1.81.6)
124124
json (~> 2.3)
125125
language_server-protocol (~> 3.17.0.2)
126126
lint_roller (~> 1.1.0)
@@ -134,10 +134,10 @@ GEM
134134
rubocop-ast (1.47.1)
135135
parser (>= 3.3.7.2)
136136
prism (~> 1.4)
137-
rubocop-performance (1.26.0)
137+
rubocop-performance (1.26.1)
138138
lint_roller (~> 1.1)
139139
rubocop (>= 1.75.0, < 2.0)
140-
rubocop-ast (>= 1.44.0, < 2.0)
140+
rubocop-ast (>= 1.47.1, < 2.0)
141141
ruby-progressbar (1.13.0)
142142
ruby2_keywords (0.0.5)
143143
securerandom (0.4.1)
@@ -157,13 +157,13 @@ PLATFORMS
157157
ruby
158158

159159
DEPENDENCIES
160-
activemodel (~> 8.1.0.rc1)
160+
activemodel (~> 8.1.0)
161161
mocha
162162
rails-controller-testing
163-
railties (~> 8.1.0.rc1)
163+
railties (~> 8.1.0)
164164
responders!
165165
rubocop
166166
rubocop-performance
167167

168168
BUNDLED WITH
169-
2.4.22
169+
2.6.9

0 commit comments

Comments
 (0)