dogedns: 0.2.6 -> 0.2.8 (#340101)
[NixPkgs.git] / pkgs / applications / version-management / git-fame / Gemfile.lock
blob23d6db943e494b5cf55b7e756046c83f192180f8
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     git_fame (3.1.1)
5       activesupport (~> 7.0)
6       dry-initializer (~> 3.0)
7       dry-struct (~> 1.0)
8       dry-types (~> 1.0)
9       neatjson (~> 0.9)
10       rugged (~> 1.0)
11       tty-box (~> 0.5)
12       tty-option (~> 0.2)
13       tty-screen (~> 0.5)
14       tty-spinner (~> 0.9)
15       tty-table (~> 0.9, <= 0.10.0)
16       zeitwerk (~> 2.0)
17     activesupport (7.0.6)
18       concurrent-ruby (~> 1.0, >= 1.0.2)
19       i18n (>= 1.6, < 2)
20       minitest (>= 5.1)
21       tzinfo (~> 2.0)
22     ast (2.4.2)
23     coderay (1.1.3)
24     concurrent-ruby (1.2.2)
25     diff-lcs (1.5.0)
26     docile (1.4.0)
27     dry-core (1.0.0)
28       concurrent-ruby (~> 1.0)
29       zeitwerk (~> 2.6)
30     dry-inflector (1.0.0)
31     dry-initializer (3.1.1)
32     dry-logic (1.5.0)
33       concurrent-ruby (~> 1.0)
34       dry-core (~> 1.0, < 2)
35       zeitwerk (~> 2.6)
36     dry-struct (1.6.0)
37       dry-core (~> 1.0, < 2)
38       dry-types (>= 1.7, < 2)
39       ice_nine (~> 0.11)
40       zeitwerk (~> 2.6)
41     dry-types (1.7.1)
42       concurrent-ruby (~> 1.0)
43       dry-core (~> 1.0)
44       dry-inflector (~> 1.0)
45       dry-logic (~> 1.4)
46       zeitwerk (~> 2.6)
47     equatable (0.5.0)
48     factory_bot (6.2.1)
49       activesupport (>= 5.0.0)
50     faker (3.1.1)
51       i18n (>= 1.8.11, < 2)
52     i18n (1.14.1)
53       concurrent-ruby (~> 1.0)
54     ice_nine (0.11.2)
55     method_source (1.0.0)
56     minitest (5.18.1)
57     neatjson (0.10.5)
58     necromancer (0.4.0)
59     parallel (1.22.1)
60     parser (3.2.1.1)
61       ast (~> 2.4.1)
62     pastel (0.7.2)
63       equatable (~> 0.5.0)
64       tty-color (~> 0.4.0)
65     pry (0.14.2)
66       coderay (~> 1.1)
67       method_source (~> 1.0)
68     rainbow (3.1.1)
69     rake (13.0.6)
70     regexp_parser (2.7.0)
71     rexml (3.2.5)
72     rspec (3.12.0)
73       rspec-core (~> 3.12.0)
74       rspec-expectations (~> 3.12.0)
75       rspec-mocks (~> 3.12.0)
76     rspec-core (3.12.1)
77       rspec-support (~> 3.12.0)
78     rspec-expectations (3.12.2)
79       diff-lcs (>= 1.2.0, < 2.0)
80       rspec-support (~> 3.12.0)
81     rspec-github (2.4.0)
82       rspec-core (~> 3.0)
83     rspec-its (1.3.0)
84       rspec-core (>= 3.0.0)
85       rspec-expectations (>= 3.0.0)
86     rspec-mocks (3.12.4)
87       diff-lcs (>= 1.2.0, < 2.0)
88       rspec-support (~> 3.12.0)
89     rspec-support (3.12.0)
90     rubocop (1.24.1)
91       parallel (~> 1.10)
92       parser (>= 3.0.0.0)
93       rainbow (>= 2.2.2, < 4.0)
94       regexp_parser (>= 1.8, < 3.0)
95       rexml
96       rubocop-ast (>= 1.15.1, < 2.0)
97       ruby-progressbar (~> 1.7)
98       unicode-display_width (>= 1.4.0, < 3.0)
99     rubocop-ast (1.28.0)
100       parser (>= 3.2.1.0)
101     rubocop-md (1.2.0)
102       rubocop (>= 1.0)
103     rubocop-performance (1.16.0)
104       rubocop (>= 1.7.0, < 2.0)
105       rubocop-ast (>= 0.4.0)
106     rubocop-rake (0.6.0)
107       rubocop (~> 1.0)
108     rubocop-rspec (2.11.1)
109       rubocop (~> 1.19)
110     ruby-progressbar (1.13.0)
111     rugged (1.6.3)
112     simplecov (0.22.0)
113       docile (~> 1.1)
114       simplecov-html (~> 0.11)
115       simplecov_json_formatter (~> 0.1)
116     simplecov-cobertura (2.1.0)
117       rexml
118       simplecov (~> 0.19)
119     simplecov-html (0.12.3)
120     simplecov_json_formatter (0.1.4)
121     strings (0.1.8)
122       strings-ansi (~> 0.1)
123       unicode-display_width (~> 1.5)
124       unicode_utils (~> 1.4)
125     strings-ansi (0.2.0)
126     tty-box (0.5.0)
127       pastel (~> 0.7.2)
128       strings (~> 0.1.6)
129       tty-cursor (~> 0.7)
130     tty-color (0.4.3)
131     tty-cursor (0.7.1)
132     tty-option (0.2.0)
133     tty-screen (0.6.5)
134     tty-spinner (0.9.3)
135       tty-cursor (~> 0.7)
136     tty-table (0.10.0)
137       equatable (~> 0.5.0)
138       necromancer (~> 0.4.0)
139       pastel (~> 0.7.2)
140       strings (~> 0.1.0)
141       tty-screen (~> 0.6.4)
142     tzinfo (2.0.6)
143       concurrent-ruby (~> 1.0)
144     unicode-display_width (1.8.0)
145     unicode_utils (1.4.0)
146     zeitwerk (2.6.7)
148 PLATFORMS
149   ruby
151 DEPENDENCIES
152   git_fame
154 BUNDLED WITH
155    2.3.3