We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273d047 commit fba33a8Copy full SHA for fba33a8
2 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- benchable (0.2.0)
+ benchable (0.3.1)
5
benchmark-ips (~> 2.8, >= 2.8.2)
6
benchmark-memory (~> 0.1.2)
7
@@ -139,4 +139,4 @@ DEPENDENCIES
139
yard (~> 0.9.25)
140
141
BUNDLED WITH
142
- 2.1.4
+ 2.2.25
lib/benchable/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Benchable
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
end
0 commit comments