This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ gem 'jbuilder', '~> 2.11'
15
15
16
16
group :development , :test do
17
17
gem 'byebug' , platforms : [ :mri , :mingw , :x64_mingw ]
18
- gem 'capybara' , '~> 3.35 '
18
+ gem 'capybara' , '~> 3.37 '
19
19
gem 'selenium-webdriver'
20
20
end
21
21
Original file line number Diff line number Diff line change 60
60
minitest (>= 5.1 )
61
61
tzinfo (~> 2.0 )
62
62
zeitwerk (~> 2.3 )
63
- addressable (2.8.0 )
64
- public_suffix (>= 2.0.2 , < 5 .0 )
63
+ addressable (2.8.1 )
64
+ public_suffix (>= 2.0.2 , < 6 .0 )
65
65
bindex (0.8.1 )
66
66
buftok (0.2.0 )
67
67
builder (3.2.4 )
68
68
byebug (11.1.3 )
69
- capybara (3.35.3 )
69
+ capybara (3.37.1 )
70
70
addressable
71
+ matrix
71
72
mini_mime (>= 0.1.3 )
72
73
nokogiri (~> 1.8 )
73
74
rack (>= 1.6.0 )
@@ -137,10 +138,11 @@ GEM
137
138
mail (2.7.1 )
138
139
mini_mime (>= 0.1.1 )
139
140
marcel (1.0.1 )
141
+ matrix (0.4.2 )
140
142
memoizable (0.4.2 )
141
143
thread_safe (~> 0.3 , >= 0.3.1 )
142
144
method_source (1.0.0 )
143
- mini_mime (1.1.0 )
145
+ mini_mime (1.1.2 )
144
146
mini_portile2 (2.8.0 )
145
147
minitest (5.16.3 )
146
148
multipart-post (2.1.1 )
150
152
nokogiri (1.13.8 )
151
153
mini_portile2 (~> 2.8.0 )
152
154
racc (~> 1.4 )
153
- public_suffix (4 .0.6 )
155
+ public_suffix (5 .0.0 )
154
156
puma (6.0.0 )
155
157
nio4r (~> 2.0 )
156
158
racc (1.6.0 )
187
189
rb-fsevent (0.11.0 )
188
190
rb-inotify (0.10.1 )
189
191
ffi (~> 1.0 )
190
- regexp_parser (2.1.1 )
192
+ regexp_parser (2.6.0 )
191
193
rexml (3.2.5 )
192
194
rubyzip (2.3.2 )
193
195
sass-rails (6.0.0 )
@@ -261,7 +263,7 @@ PLATFORMS
261
263
262
264
DEPENDENCIES
263
265
byebug
264
- capybara (~> 3.35 )
266
+ capybara (~> 3.37 )
265
267
coffee-rails (~> 5.0 )
266
268
dotenv-rails
267
269
jbuilder (~> 2.11 )
You can’t perform that action at this time.
0 commit comments