Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
hooks-ruby (0.7.4)
hooks-ruby (0.8.0)
dry-schema (~> 1.14, >= 1.14.1)
grape (>= 2.3, < 4.0)
puma (>= 6.6, < 8.0)
Expand Down Expand Up @@ -92,9 +92,9 @@ GEM
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.1.0)
mustermann (>= 1.0.0)
net-http (0.6.0)
uri
nio4r (2.7.4)
net-http (0.8.0)
uri (>= 0.11.1)
nio4r (2.7.5)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.10.0)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
rack-test (2.2.0)
rack (>= 1.3)
rainbow (3.1.1)
rdoc (6.16.0)
rdoc (6.16.1)
erb
psych (>= 4.0.0)
tsort
Expand All @@ -145,7 +145,7 @@ GEM
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.6)
rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.6)
Expand All @@ -171,7 +171,7 @@ GEM
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
rubocop-rails (2.33.4)
rubocop-rails (2.34.2)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/hooks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
module Hooks
# Current version of the Hooks webhook framework
# @return [String] The version string following semantic versioning
VERSION = "0.7.4".freeze
VERSION = "0.8.0".freeze
end
Binary file removed vendor/cache/net-http-0.6.0.gem
Binary file not shown.
Binary file added vendor/cache/net-http-0.8.0.gem
Binary file not shown.
Binary file removed vendor/cache/nio4r-2.7.4.gem
Binary file not shown.
Binary file added vendor/cache/nio4r-2.7.5.gem
Binary file not shown.
Binary file removed vendor/cache/rdoc-6.16.0.gem
Binary file not shown.
Binary file added vendor/cache/rdoc-6.16.1.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.13.6.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.13.7.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rails-2.33.4.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rails-2.34.2.gem
Binary file not shown.