File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ gem 'rubocop-rails_config', '~> 1.16'
14
14
gem 'lefthook' , '~> 1.7' , '>= 1.7.4'
15
15
16
16
gem 'pry' , '~> 0.14.2'
17
+
18
+ gem 'rspec-benchmark' , '~> 0.6.0'
Original file line number Diff line number Diff line change 18
18
tzinfo (~> 2.0 )
19
19
ast (2.4.2 )
20
20
base64 (0.2.0 )
21
+ benchmark-malloc (0.2.0 )
22
+ benchmark-perf (0.6.0 )
23
+ benchmark-trend (0.4.0 )
21
24
bigdecimal (3.1.8 )
22
25
coderay (1.1.3 )
23
26
concurrent-ruby (1.3.3 )
50
53
rspec-core (~> 3.13.0 )
51
54
rspec-expectations (~> 3.13.0 )
52
55
rspec-mocks (~> 3.13.0 )
56
+ rspec-benchmark (0.6.0 )
57
+ benchmark-malloc (~> 0.2 )
58
+ benchmark-perf (~> 0.6 )
59
+ benchmark-trend (~> 0.4 )
60
+ rspec (>= 3.0 )
53
61
rspec-core (3.13.0 )
54
62
rspec-support (~> 3.13.0 )
55
63
rspec-expectations (3.13.1 )
@@ -110,6 +118,7 @@ DEPENDENCIES
110
118
pry (~> 0.14.2 )
111
119
rake (~> 13.0 )
112
120
rspec (~> 3.0 )
121
+ rspec-benchmark (~> 0.6.0 )
113
122
rubocop-rails_config (~> 1.16 )
114
123
ruby_binary_search !
115
124
You can’t perform that action at this time.
0 commit comments