-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile.lock
63 lines (59 loc) · 1.47 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
PATH
remote: .
specs:
persistent-cache (1.1.1)
eh (~> 1.0)
persistent-cache-storage-api (~> 0.1.4)
persistent-cache-storage-directory (~> 0.1.2)
persistent-cache-storage-ram (~> 0.1.2)
persistent-cache-storage-sqlite (~> 0.1.3)
GEM
remote: https://rubygems.org/
specs:
byebug (9.0.6)
diff-lcs (1.3)
docile (1.4.0)
eh (1.0.0)
persistent-cache-storage-api (0.1.5)
persistent-cache-storage-directory (0.1.2)
persistent-cache-storage-api
persistent-cache-storage-ram (0.1.2)
eh
persistent-cache-storage-api
persistent-cache-storage-sqlite (0.1.3)
eh (~> 1.0.0)
persistent-cache-storage-api (~> 0.1)
sqlite3 (~> 1.4)
rake (12.3.2)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-lcov (0.8.0)
simplecov_json_formatter (0.1.4)
sqlite3 (1.4.1)
PLATFORMS
ruby
DEPENDENCIES
byebug (~> 9.0)
persistent-cache!
rake (~> 12.3)
rspec
simplecov (~> 0.22)
simplecov-lcov (~> 0.8)
BUNDLED WITH
1.16.6