Skip to content

Commit

Permalink
Update webhook ruby to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Jan 13, 2025
1 parent a18818b commit a460861
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion webhook_monitor/src/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.2.0
ruby 3.3.6
38 changes: 19 additions & 19 deletions webhook_monitor/src/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ GEM
remote: https://rubygems.org/
specs:
aws-eventstream (1.3.0)
aws-partitions (1.968.0)
aws-sdk-core (3.201.5)
aws-partitions (1.1035.0)
aws-sdk-core (3.215.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-lambda (1.127.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-lambda (1.144.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-secretsmanager (1.102.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-secretsmanager (1.110.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-sqs (1.80.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-sqs (1.90.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-xray (1.4.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sigv4 (1.9.1)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-xray-sdk (0.11.5)
aws-sdk-xray (~> 1.4.0)
Expand All @@ -38,32 +38,32 @@ GEM
msgpack
debase-ruby_core_source (3.3.1)
diff-lcs (1.5.1)
dogstatsd-ruby (5.6.1)
ffi (1.17.0)
dogstatsd-ruby (5.6.4)
ffi (1.17.1)
jmespath (1.6.2)
libdatadog (7.0.0.1.0)
libddwaf (1.14.0.0.0)
ffi (~> 1.0)
mini_portile2 (2.8.7)
msgpack (1.7.2)
mini_portile2 (2.8.8)
msgpack (1.7.5)
multi_json (1.15.0)
nokogiri (1.16.7)
nokogiri (1.18.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.8.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rspec-support (3.13.2)

PLATFORMS
ruby
Expand Down

0 comments on commit a460861

Please sign in to comment.