File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- hooks-ruby (0.2.1 )
4
+ hooks-ruby (0.3.0 )
5
5
dry-schema (~> 1.14 , >= 1.14.1 )
6
6
grape (~> 2.3 )
7
7
puma (~> 6.6 )
@@ -148,15 +148,15 @@ GEM
148
148
diff-lcs (>= 1.2.0 , < 2.0 )
149
149
rspec-support (~> 3.13.0 )
150
150
rspec-support (3.13.4 )
151
- rubocop (1.76.1 )
151
+ rubocop (1.76.2 )
152
152
json (~> 2.3 )
153
153
language_server-protocol (~> 3.17.0.2 )
154
154
lint_roller (~> 1.1.0 )
155
155
parallel (~> 1.10 )
156
156
parser (>= 3.3.0.2 )
157
157
rainbow (>= 2.2.2 , < 4.0 )
158
158
regexp_parser (>= 2.9.3 , < 3.0 )
159
- rubocop-ast (>= 1.45.0 , < 2.0 )
159
+ rubocop-ast (>= 1.45.1 , < 2.0 )
160
160
ruby-progressbar (~> 1.7 )
161
161
unicode-display_width (>= 2.4.0 , < 4.0 )
162
162
rubocop-ast (1.45.1 )
Original file line number Diff line number Diff line change 4
4
module Hooks
5
5
# Current version of the Hooks webhook framework
6
6
# @return [String] The version string following semantic versioning
7
- VERSION = "0.2.1 " . freeze
7
+ VERSION = "0.3.0 " . freeze
8
8
end
You can’t perform that action at this time.
0 commit comments