Skip to content

Commit 4b0c058

Browse files
committed
bump
1 parent 0b5df91 commit 4b0c058

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
hooks-ruby (0.2.1)
4+
hooks-ruby (0.3.0)
55
dry-schema (~> 1.14, >= 1.14.1)
66
grape (~> 2.3)
77
puma (~> 6.6)
@@ -148,15 +148,15 @@ GEM
148148
diff-lcs (>= 1.2.0, < 2.0)
149149
rspec-support (~> 3.13.0)
150150
rspec-support (3.13.4)
151-
rubocop (1.76.1)
151+
rubocop (1.76.2)
152152
json (~> 2.3)
153153
language_server-protocol (~> 3.17.0.2)
154154
lint_roller (~> 1.1.0)
155155
parallel (~> 1.10)
156156
parser (>= 3.3.0.2)
157157
rainbow (>= 2.2.2, < 4.0)
158158
regexp_parser (>= 2.9.3, < 3.0)
159-
rubocop-ast (>= 1.45.0, < 2.0)
159+
rubocop-ast (>= 1.45.1, < 2.0)
160160
ruby-progressbar (~> 1.7)
161161
unicode-display_width (>= 2.4.0, < 4.0)
162162
rubocop-ast (1.45.1)

lib/hooks/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
module Hooks
55
# Current version of the Hooks webhook framework
66
# @return [String] The version string following semantic versioning
7-
VERSION = "0.2.1".freeze
7+
VERSION = "0.3.0".freeze
88
end

vendor/cache/rubocop-1.76.1.gem

-692 KB
Binary file not shown.

vendor/cache/rubocop-1.76.2.gem

693 KB
Binary file not shown.

0 commit comments

Comments
 (0)