Skip to content

Commit d9d5bf2

Browse files
committed
missing gem
1 parent c7d8a83 commit d9d5bf2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ gem 'rubocop-rails_config', '~> 1.16'
1414
gem 'lefthook', '~> 1.7', '>= 1.7.4'
1515

1616
gem 'pry', '~> 0.14.2'
17+
18+
gem 'rspec-benchmark', '~> 0.6.0'

Gemfile.lock

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ GEM
1818
tzinfo (~> 2.0)
1919
ast (2.4.2)
2020
base64 (0.2.0)
21+
benchmark-malloc (0.2.0)
22+
benchmark-perf (0.6.0)
23+
benchmark-trend (0.4.0)
2124
bigdecimal (3.1.8)
2225
coderay (1.1.3)
2326
concurrent-ruby (1.3.3)
@@ -50,6 +53,11 @@ GEM
5053
rspec-core (~> 3.13.0)
5154
rspec-expectations (~> 3.13.0)
5255
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)
5361
rspec-core (3.13.0)
5462
rspec-support (~> 3.13.0)
5563
rspec-expectations (3.13.1)
@@ -110,6 +118,7 @@ DEPENDENCIES
110118
pry (~> 0.14.2)
111119
rake (~> 13.0)
112120
rspec (~> 3.0)
121+
rspec-benchmark (~> 0.6.0)
113122
rubocop-rails_config (~> 1.16)
114123
ruby_binary_search!
115124

0 commit comments

Comments
 (0)