Skip to content

Commit a64048d

Browse files
committed
Support rails from v7.1.2 and up
1 parent fe217e7 commit a64048d

File tree

4 files changed

+61
-62
lines changed

4 files changed

+61
-62
lines changed

Gemfile.lock

Lines changed: 57 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,72 @@
11
PATH
22
remote: .
33
specs:
4-
todoro (0.1.1)
5-
rails (>= 8.0.1)
4+
todoro (0.1.2)
5+
rails (~> 7.2.1)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (8.0.1)
11-
actionpack (= 8.0.1)
12-
activesupport (= 8.0.1)
10+
actioncable (7.2.2.1)
11+
actionpack (= 7.2.2.1)
12+
activesupport (= 7.2.2.1)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
1515
zeitwerk (~> 2.6)
16-
actionmailbox (8.0.1)
17-
actionpack (= 8.0.1)
18-
activejob (= 8.0.1)
19-
activerecord (= 8.0.1)
20-
activestorage (= 8.0.1)
21-
activesupport (= 8.0.1)
16+
actionmailbox (7.2.2.1)
17+
actionpack (= 7.2.2.1)
18+
activejob (= 7.2.2.1)
19+
activerecord (= 7.2.2.1)
20+
activestorage (= 7.2.2.1)
21+
activesupport (= 7.2.2.1)
2222
mail (>= 2.8.0)
23-
actionmailer (8.0.1)
24-
actionpack (= 8.0.1)
25-
actionview (= 8.0.1)
26-
activejob (= 8.0.1)
27-
activesupport (= 8.0.1)
23+
actionmailer (7.2.2.1)
24+
actionpack (= 7.2.2.1)
25+
actionview (= 7.2.2.1)
26+
activejob (= 7.2.2.1)
27+
activesupport (= 7.2.2.1)
2828
mail (>= 2.8.0)
2929
rails-dom-testing (~> 2.2)
30-
actionpack (8.0.1)
31-
actionview (= 8.0.1)
32-
activesupport (= 8.0.1)
30+
actionpack (7.2.2.1)
31+
actionview (= 7.2.2.1)
32+
activesupport (= 7.2.2.1)
3333
nokogiri (>= 1.8.5)
34-
rack (>= 2.2.4)
34+
racc
35+
rack (>= 2.2.4, < 3.2)
3536
rack-session (>= 1.0.1)
3637
rack-test (>= 0.6.3)
3738
rails-dom-testing (~> 2.2)
3839
rails-html-sanitizer (~> 1.6)
3940
useragent (~> 0.16)
40-
actiontext (8.0.1)
41-
actionpack (= 8.0.1)
42-
activerecord (= 8.0.1)
43-
activestorage (= 8.0.1)
44-
activesupport (= 8.0.1)
41+
actiontext (7.2.2.1)
42+
actionpack (= 7.2.2.1)
43+
activerecord (= 7.2.2.1)
44+
activestorage (= 7.2.2.1)
45+
activesupport (= 7.2.2.1)
4546
globalid (>= 0.6.0)
4647
nokogiri (>= 1.8.5)
47-
actionview (8.0.1)
48-
activesupport (= 8.0.1)
48+
actionview (7.2.2.1)
49+
activesupport (= 7.2.2.1)
4950
builder (~> 3.1)
5051
erubi (~> 1.11)
5152
rails-dom-testing (~> 2.2)
5253
rails-html-sanitizer (~> 1.6)
53-
activejob (8.0.1)
54-
activesupport (= 8.0.1)
54+
activejob (7.2.2.1)
55+
activesupport (= 7.2.2.1)
5556
globalid (>= 0.3.6)
56-
activemodel (8.0.1)
57-
activesupport (= 8.0.1)
58-
activerecord (8.0.1)
59-
activemodel (= 8.0.1)
60-
activesupport (= 8.0.1)
57+
activemodel (7.2.2.1)
58+
activesupport (= 7.2.2.1)
59+
activerecord (7.2.2.1)
60+
activemodel (= 7.2.2.1)
61+
activesupport (= 7.2.2.1)
6162
timeout (>= 0.4.0)
62-
activestorage (8.0.1)
63-
actionpack (= 8.0.1)
64-
activejob (= 8.0.1)
65-
activerecord (= 8.0.1)
66-
activesupport (= 8.0.1)
63+
activestorage (7.2.2.1)
64+
actionpack (= 7.2.2.1)
65+
activejob (= 7.2.2.1)
66+
activerecord (= 7.2.2.1)
67+
activesupport (= 7.2.2.1)
6768
marcel (~> 1.0)
68-
activesupport (8.0.1)
69+
activesupport (7.2.2.1)
6970
base64
7071
benchmark (>= 0.3)
7172
bigdecimal
@@ -77,7 +78,6 @@ GEM
7778
minitest (>= 5.1)
7879
securerandom (>= 0.3)
7980
tzinfo (~> 2.0, >= 2.0.5)
80-
uri (>= 0.13.1)
8181
ast (2.4.2)
8282
base64 (0.2.0)
8383
benchmark (0.4.0)
@@ -164,30 +164,30 @@ GEM
164164
rack (>= 1.3)
165165
rackup (2.2.1)
166166
rack (>= 3)
167-
rails (8.0.1)
168-
actioncable (= 8.0.1)
169-
actionmailbox (= 8.0.1)
170-
actionmailer (= 8.0.1)
171-
actionpack (= 8.0.1)
172-
actiontext (= 8.0.1)
173-
actionview (= 8.0.1)
174-
activejob (= 8.0.1)
175-
activemodel (= 8.0.1)
176-
activerecord (= 8.0.1)
177-
activestorage (= 8.0.1)
178-
activesupport (= 8.0.1)
167+
rails (7.2.2.1)
168+
actioncable (= 7.2.2.1)
169+
actionmailbox (= 7.2.2.1)
170+
actionmailer (= 7.2.2.1)
171+
actionpack (= 7.2.2.1)
172+
actiontext (= 7.2.2.1)
173+
actionview (= 7.2.2.1)
174+
activejob (= 7.2.2.1)
175+
activemodel (= 7.2.2.1)
176+
activerecord (= 7.2.2.1)
177+
activestorage (= 7.2.2.1)
178+
activesupport (= 7.2.2.1)
179179
bundler (>= 1.15.0)
180-
railties (= 8.0.1)
180+
railties (= 7.2.2.1)
181181
rails-dom-testing (2.2.0)
182182
activesupport (>= 5.0.0)
183183
minitest
184184
nokogiri (>= 1.6)
185185
rails-html-sanitizer (1.6.2)
186186
loofah (~> 2.21)
187187
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)
188-
railties (8.0.1)
189-
actionpack (= 8.0.1)
190-
activesupport (= 8.0.1)
188+
railties (7.2.2.1)
189+
actionpack (= 7.2.2.1)
190+
activesupport (= 7.2.2.1)
191191
irb (~> 1.13)
192192
rackup (>= 1.0.0)
193193
rake (>= 12.2)
@@ -255,7 +255,6 @@ GEM
255255
unicode-display_width (3.1.4)
256256
unicode-emoji (~> 4.0, >= 4.0.4)
257257
unicode-emoji (4.0.4)
258-
uri (1.0.2)
259258
useragent (0.16.11)
260259
websocket-driver (0.7.7)
261260
base64

lib/todoro/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Todoro
2-
VERSION = "0.1.1"
2+
VERSION = "0.1.2"
33
end

spec/todoapp/db/schema.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[8.0].define(version: 2025_02_15_024110) do
13+
ActiveRecord::Schema[7.2].define(version: 2025_02_15_024110) do
1414
# These are extensions that must be enabled in order to support this database
15-
enable_extension "pg_catalog.plpgsql"
15+
enable_extension "plpgsql"
1616

1717
create_table "projects", force: :cascade do |t|
1818
t.string "name"

todoro.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
2828
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
2929
end
3030

31-
spec.add_dependency "rails", ">= 8.0.1"
31+
spec.add_dependency "rails", "~> 7.2.1"
3232
end

0 commit comments

Comments
 (0)