Skip to content

Commit

Permalink
Add benchmark gem to Faker
Browse files Browse the repository at this point in the history
  • Loading branch information
salochara committed Nov 13, 2023
1 parent cf71103 commit 0d26302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -5,6 +5,7 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in faker.gemspec
gemspec

gem 'benchmark'
gem 'minitest', '5.20.0'
gem 'pry', '0.14.2'
gem 'rake', '13.1.0'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -8,6 +8,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
benchmark (0.3.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
docile (1.4.0)
Expand Down Expand Up @@ -64,6 +65,7 @@ PLATFORMS
ruby

DEPENDENCIES
benchmark
faker!
minitest (= 5.20.0)
pry (= 0.14.2)
Expand Down

0 comments on commit 0d26302

Please sign in to comment.