Skip to content

Commit cf574dd

Browse files
authoredMay 9, 2024
Merge pull request #6 from codergeek121/fix-github-actions
CI fix
2 parents 0b12860 + e0c005c commit cf574dd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
rake
8989
thor (>= 0.14.0)
9090
base64 (0.2.0)
91-
bigdecimal (3.1.7)
91+
bigdecimal (3.1.8)
9292
builder (3.2.4)
9393
capybara (3.40.0)
9494
addressable
@@ -107,15 +107,15 @@ GEM
107107
erubi (1.12.0)
108108
globalid (1.2.1)
109109
activesupport (>= 6.1)
110-
i18n (1.14.4)
110+
i18n (1.14.5)
111111
concurrent-ruby (~> 1.0)
112112
importmap-rails (2.0.1)
113113
actionpack (>= 6.0.0)
114114
activesupport (>= 6.0.0)
115115
railties (>= 6.0.0)
116116
io-console (0.7.2)
117-
irb (1.12.0)
118-
rdoc
117+
irb (1.13.1)
118+
rdoc (>= 4.0.0)
119119
reline (>= 0.4.2)
120120
loofah (2.22.0)
121121
crass (~> 1.0.2)
@@ -130,7 +130,7 @@ GEM
130130
mini_mime (1.1.5)
131131
minitest (5.22.3)
132132
mutex_m (0.2.0)
133-
net-imap (0.4.10)
133+
net-imap (0.4.11)
134134
date
135135
net-protocol
136136
net-pop (0.1.2)
@@ -139,7 +139,7 @@ GEM
139139
timeout
140140
net-smtp (0.5.0)
141141
net-protocol
142-
nio4r (2.7.1)
142+
nio4r (2.7.3)
143143
nokogiri (1.16.4-arm64-darwin)
144144
racc (~> 1.4)
145145
nokogiri (1.16.4-x86_64-linux)
@@ -196,11 +196,11 @@ GEM
196196
rdoc (6.6.3.1)
197197
psych (>= 4.0.0)
198198
regexp_parser (2.9.0)
199-
reline (0.5.1)
199+
reline (0.5.6)
200200
io-console (~> 0.5)
201201
rexml (3.2.6)
202202
rubyzip (2.3.2)
203-
selenium-webdriver (4.20.0)
203+
selenium-webdriver (4.20.1)
204204
base64 (~> 0.2)
205205
rexml (~> 3.2, >= 3.2.5)
206206
rubyzip (>= 1.2.2, < 3.0)

0 commit comments

Comments
 (0)