Skip to content

Commit

Permalink
Add rspec-benchmark as a development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Feb 20, 2022
1 parent cdb9799 commit ed1f5c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Expand Up @@ -2,7 +2,9 @@ source "https://rubygems.org"

gemspec

# gem "pastel", git: "https://github.com/piotrmurach/pastel"
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.1.0")
gem "rspec-benchmark", "~> 0.6"
end
gem "json", "2.4.1" if RUBY_VERSION == "2.0.0"

group :test do
Expand Down

0 comments on commit ed1f5c7

Please sign in to comment.