We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ba599 commit 954a149Copy full SHA for 954a149
Gemfile.lock
@@ -1,9 +1,9 @@
1
PATH
2
remote: .
3
specs:
4
- whoop (1.0.1)
5
- activerecord
6
- activesupport
+ whoop (1.0.2)
+ activerecord (>= 6.1.4)
+ activesupport (>= 6.1.4)
7
anbt-sql-formatter
8
colorize
9
rouge
lib/whoop/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Whoop
- VERSION = "1.0.1"
+ VERSION = "1.0.2"
end
0 commit comments