File tree Expand file tree Collapse file tree 2 files changed +21
-19
lines changed Expand file tree Collapse file tree 2 files changed +21
-19
lines changed Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
- source " https://rubygems.org"
3
- ruby " 2.7.4"
2
+ source ' https://rubygems.org'
3
+ ruby ' 2.7.4'
4
4
5
- gem " capybara"
6
- gem " rspec"
7
- gem 'capybara-screenshot'
8
- gem 'selenium-webdriver'
9
- gem 'webdrivers'
5
+ gem ' capybara' , '~> 3.35'
6
+ gem ' rspec' , '~> 3.10'
7
+ gem 'capybara-screenshot' , '~> 1.0'
8
+ gem 'selenium-webdriver' , '~> 3.142'
9
+ gem 'webdrivers' , '~> 4.6'
Original file line number Diff line number Diff line change 3
3
specs:
4
4
addressable (2.8.0 )
5
5
public_suffix (>= 2.0.2 , < 5.0 )
6
- capybara (3.35.3 )
6
+ capybara (3.36.0 )
7
7
addressable
8
+ matrix
8
9
mini_mime (>= 0.1.3 )
9
10
nokogiri (~> 1.8 )
10
11
rack (>= 1.6.0 )
18
19
diff-lcs (1.4.4 )
19
20
launchy (2.5.0 )
20
21
addressable (~> 2.7 )
21
- mini_mime (1.1.1 )
22
+ matrix (0.4.2 )
23
+ mini_mime (1.1.2 )
22
24
mini_portile2 (2.6.1 )
23
- nokogiri (1.12.4 )
25
+ nokogiri (1.12.5 )
24
26
mini_portile2 (~> 2.6.1 )
25
27
racc (~> 1.4 )
26
28
public_suffix (4.0.6 )
27
- racc (1.5.2 )
29
+ racc (1.6.0 )
28
30
rack (2.2.3 )
29
31
rack-test (1.1.0 )
30
32
rack (>= 1.0 , < 3 )
41
43
rspec-mocks (3.10.2 )
42
44
diff-lcs (>= 1.2.0 , < 2.0 )
43
45
rspec-support (~> 3.10.0 )
44
- rspec-support (3.10.2 )
46
+ rspec-support (3.10.3 )
45
47
rubyzip (2.3.2 )
46
48
selenium-webdriver (3.142.7 )
47
49
childprocess (>= 0.5 , < 4.0 )
48
50
rubyzip (>= 1.2.2 )
49
- webdrivers (4.6.1 )
51
+ webdrivers (4.7.0 )
50
52
nokogiri (~> 1.6 )
51
53
rubyzip (>= 1.3.0 )
52
- selenium-webdriver (>= 3.0 , < 4 .0 )
54
+ selenium-webdriver (> 3.141 , < 5 .0 )
53
55
xpath (3.2.0 )
54
56
nokogiri (~> 1.8 )
55
57
56
58
PLATFORMS
57
59
ruby
58
60
59
61
DEPENDENCIES
60
- capybara
61
- capybara-screenshot
62
- rspec
63
- selenium-webdriver
64
- webdrivers
62
+ capybara ( ~> 3.35 )
63
+ capybara-screenshot ( ~> 1.0 )
64
+ rspec ( ~> 3.10 )
65
+ selenium-webdriver ( ~> 3.142 )
66
+ webdrivers ( ~> 4.6 )
65
67
66
68
RUBY VERSION
67
69
ruby 2.7.4p191
You can’t perform that action at this time.
0 commit comments