Skip to content

Commit 5b64f71

Browse files
Merge pull request #40 from CodingAnarchy/update-dependencies
Update Rails version in Gemfile.lock for development
2 parents 957df8b + 2bd052a commit 5b64f71

File tree

1 file changed

+67
-34
lines changed

1 file changed

+67
-34
lines changed

Gemfile.lock

Lines changed: 67 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,45 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionpack (6.1.7.4)
13-
actionview (= 6.1.7.4)
14-
activesupport (= 6.1.7.4)
15-
rack (~> 2.0, >= 2.0.9)
12+
actionpack (7.1.3.2)
13+
actionview (= 7.1.3.2)
14+
activesupport (= 7.1.3.2)
15+
nokogiri (>= 1.8.5)
16+
racc
17+
rack (>= 2.2.4)
18+
rack-session (>= 1.0.1)
1619
rack-test (>= 0.6.3)
17-
rails-dom-testing (~> 2.0)
18-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
19-
actionview (6.1.7.4)
20-
activesupport (= 6.1.7.4)
20+
rails-dom-testing (~> 2.2)
21+
rails-html-sanitizer (~> 1.6)
22+
actionview (7.1.3.2)
23+
activesupport (= 7.1.3.2)
2124
builder (~> 3.1)
22-
erubi (~> 1.4)
23-
rails-dom-testing (~> 2.0)
24-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
25-
activesupport (6.1.7.4)
25+
erubi (~> 1.11)
26+
rails-dom-testing (~> 2.2)
27+
rails-html-sanitizer (~> 1.6)
28+
activesupport (7.1.3.2)
29+
base64
30+
bigdecimal
2631
concurrent-ruby (~> 1.0, >= 1.0.2)
32+
connection_pool (>= 2.2.5)
33+
drb
2734
i18n (>= 1.6, < 2)
2835
minitest (>= 5.1)
36+
mutex_m
2937
tzinfo (~> 2.0)
30-
zeitwerk (~> 2.3)
3138
aes_key_wrap (1.1.0)
3239
base64 (0.2.0)
40+
bigdecimal (3.1.6)
3341
bindata (2.5.0)
3442
builder (3.2.4)
3543
byebug (11.1.3)
36-
concurrent-ruby (1.2.2)
44+
concurrent-ruby (1.2.3)
45+
connection_pool (2.4.1)
3746
crass (1.0.6)
38-
diff-lcs (1.4.4)
47+
diff-lcs (1.5.1)
3948
domain_name (0.6.20240107)
49+
drb (2.2.0)
50+
ruby2_keywords
4051
erubi (1.12.0)
4152
faraday (2.9.0)
4253
faraday-net_http (>= 2.0, < 3.2)
@@ -49,52 +60,71 @@ GEM
4960
domain_name (~> 0.5)
5061
i18n (1.14.1)
5162
concurrent-ruby (~> 1.0)
63+
io-console (0.7.2)
64+
irb (1.11.2)
65+
rdoc
66+
reline (>= 0.4.2)
5267
json-jwt (1.16.5)
5368
activesupport (>= 4.2)
5469
aes_key_wrap
5570
base64
5671
bindata
5772
faraday (~> 2.0)
5873
faraday-follow_redirects
59-
loofah (2.21.3)
74+
loofah (2.22.0)
6075
crass (~> 1.0.2)
6176
nokogiri (>= 1.12.0)
62-
method_source (1.0.0)
6377
mime-types (3.5.2)
6478
mime-types-data (~> 3.2015)
6579
mime-types-data (3.2024.0206)
6680
mini_portile2 (2.8.5)
67-
minitest (5.18.1)
81+
minitest (5.22.2)
82+
mutex_m (0.2.0)
6883
net-http (0.4.1)
6984
uri
7085
netrc (0.11.0)
7186
nokogiri (1.16.2)
7287
mini_portile2 (~> 2.8.2)
7388
racc (~> 1.4)
89+
psych (5.1.2)
90+
stringio
7491
racc (1.7.3)
75-
rack (2.2.8.1)
92+
rack (3.0.9.1)
93+
rack-session (2.0.0)
94+
rack (>= 3.0.0)
7695
rack-test (2.1.0)
7796
rack (>= 1.3)
78-
rails-dom-testing (2.0.3)
79-
activesupport (>= 4.2.0)
97+
rackup (2.1.0)
98+
rack (>= 3)
99+
webrick (~> 1.8)
100+
rails-dom-testing (2.2.0)
101+
activesupport (>= 5.0.0)
102+
minitest
80103
nokogiri (>= 1.6)
81-
rails-html-sanitizer (1.5.0)
82-
loofah (~> 2.19, >= 2.19.1)
83-
railties (6.1.7.4)
84-
actionpack (= 6.1.7.4)
85-
activesupport (= 6.1.7.4)
86-
method_source
104+
rails-html-sanitizer (1.6.0)
105+
loofah (~> 2.21)
106+
nokogiri (~> 1.14)
107+
railties (7.1.3.2)
108+
actionpack (= 7.1.3.2)
109+
activesupport (= 7.1.3.2)
110+
irb
111+
rackup (>= 1.0.0)
87112
rake (>= 12.2)
88-
thor (~> 1.0)
89-
rake (13.0.3)
113+
thor (~> 1.0, >= 1.2.2)
114+
zeitwerk (~> 2.6)
115+
rake (13.1.0)
116+
rdoc (6.6.2)
117+
psych (>= 4.0.0)
118+
reline (0.4.3)
119+
io-console (~> 0.5)
90120
rest-client (2.1.0)
91121
http-accept (>= 1.7.0, < 2.0)
92122
http-cookie (>= 1.0.2, < 2.0)
93123
mime-types (>= 1.16, < 4.0)
94124
netrc (~> 0.8)
95-
rspec-core (3.9.2)
125+
rspec-core (3.9.3)
96126
rspec-support (~> 3.9.3)
97-
rspec-expectations (3.9.2)
127+
rspec-expectations (3.9.4)
98128
diff-lcs (>= 1.2.0, < 2.0)
99129
rspec-support (~> 3.9.0)
100130
rspec-mocks (3.9.1)
@@ -108,12 +138,15 @@ GEM
108138
rspec-expectations (~> 3.9.0)
109139
rspec-mocks (~> 3.9.0)
110140
rspec-support (~> 3.9.0)
111-
rspec-support (3.9.3)
112-
thor (1.2.1)
141+
rspec-support (3.9.4)
142+
ruby2_keywords (0.0.5)
143+
stringio (3.1.0)
144+
thor (1.3.1)
113145
tzinfo (2.0.6)
114146
concurrent-ruby (~> 1.0)
115147
uri (0.13.0)
116-
zeitwerk (2.6.8)
148+
webrick (1.8.1)
149+
zeitwerk (2.6.13)
117150

118151
PLATFORMS
119152
ruby

0 commit comments

Comments
 (0)