-
Notifications
You must be signed in to change notification settings - Fork 7
/
Gemfile.lock
48 lines (45 loc) · 1.01 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.5.0)
hash-deep-merge (0.1.1)
mini_portile2 (2.8.1)
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
openssl (3.1.0)
pg (1.4.5)
racc (1.6.2)
rake (13.0.6)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubyzip (2.3.2)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
websocket (1.2.10)
PLATFORMS
ruby
DEPENDENCIES
hash-deep-merge (= 0.1.1)
nokogiri (= 1.14.1)
openssl (= 3.1.0)
pg (= 1.4.5)
rake (= 13.0.6)
rspec (= 3.12.0)
selenium-webdriver (= 4.16.0)
BUNDLED WITH
2.4.17