Skip to content

Commit 8b3e5cc

Browse files
Update to test with Rails v8.1.0 final
1 parent b930f9d commit 8b3e5cc

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source "https://rubygems.org"
22

33
gemspec
44

5-
gem "activemodel", "~> 8.1.0.rc1"
6-
gem "actionpack", "~> 8.1.0.rc1"
7-
gem "railties", "~> 8.1.0.rc1"
5+
gem "activemodel", "~> 8.1.0"
6+
gem "actionpack", "~> 8.1.0"
7+
gem "railties", "~> 8.1.0"

Gemfile.lock

Lines changed: 15 additions & 15 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)
@@ -92,9 +92,9 @@ GEM
9292
rails-html-sanitizer (1.6.2)
9393
loofah (~> 2.21)
9494
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)
95-
railties (8.1.0.rc1)
96-
actionpack (= 8.1.0.rc1)
97-
activesupport (= 8.1.0.rc1)
95+
railties (8.1.0)
96+
actionpack (= 8.1.0)
97+
activesupport (= 8.1.0)
9898
irb (~> 1.13)
9999
rackup (>= 1.0.0)
100100
rake (>= 12.2)
@@ -123,12 +123,12 @@ PLATFORMS
123123
ruby
124124

125125
DEPENDENCIES
126-
actionpack (~> 8.1.0.rc1)
127-
activemodel (~> 8.1.0.rc1)
126+
actionpack (~> 8.1.0)
127+
activemodel (~> 8.1.0)
128128
country_select
129-
railties (~> 8.1.0.rc1)
129+
railties (~> 8.1.0)
130130
rake
131131
simple_form!
132132

133133
BUNDLED WITH
134-
2.4.22
134+
2.6.9

0 commit comments

Comments
 (0)