Skip to content

Commit 954a149

Browse files
committed
v1.0.2
1 parent 28ba599 commit 954a149

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
whoop (1.0.1)
5-
activerecord
6-
activesupport
4+
whoop (1.0.2)
5+
activerecord (>= 6.1.4)
6+
activesupport (>= 6.1.4)
77
anbt-sql-formatter
88
colorize
99
rouge

lib/whoop/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Whoop
4-
VERSION = "1.0.1"
4+
VERSION = "1.0.2"
55
end

0 commit comments

Comments
 (0)