-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
67 lines (63 loc) · 1.37 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
64
65
66
67
PATH
remote: .
specs:
sidekiq-tamer (0.2.1)
mongo (>= 2.0.0, < 3.0.0)
sidekiq (>= 5.0.0, < 7.0.0)
GEM
remote: https://rubygems.org/
specs:
bson (4.15.0)
byebug (11.1.3)
coderay (1.1.3)
connection_pool (2.4.0)
diff-lcs (1.5.0)
gem-release (2.2.2)
method_source (1.0.0)
mongo (2.18.2)
bson (>= 4.14.1, < 5.0.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
rack (3.0.7)
rack-protection (3.0.5)
rack
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
connection_pool
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.1)
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.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
sidekiq (6.0.4)
connection_pool (>= 2.2.2)
rack (>= 2.0.0)
rack-protection (>= 2.0.0)
redis (>= 4.1.0)
timecop (0.9.6)
PLATFORMS
aarch64-linux
arm64-darwin-22
x86_64-linux
DEPENDENCIES
gem-release
pry (~> 0.14.1)
pry-byebug (~> 3.9)
rspec (~> 3.0)
sidekiq-tamer!
timecop
BUNDLED WITH
2.4.10