Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Sep 6, 2024
1 parent 4b99c9f commit f9377c7
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions components/services/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ GEM
remote: https://rubygems.org/
specs:
aws-eventstream (1.3.0)
aws-partitions (1.967.0)
aws-sdk-core (3.201.5)
aws-partitions (1.971.0)
aws-sdk-core (3.203.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ec2 (1.470.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-ec2 (1.472.0)
aws-sdk-core (~> 3, >= 3.203.0)
aws-sigv4 (~> 1.5)
aws-sdk-ecs (1.154.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-ecs (1.155.0)
aws-sdk-core (~> 3, >= 3.203.0)
aws-sigv4 (~> 1.5)
aws-sdk-ssm (1.175.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sdk-ssm (1.176.0)
aws-sdk-core (~> 3, >= 3.203.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.1)
aws-eventstream (~> 1, >= 1.0.2)
Expand All @@ -24,7 +24,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
docile (1.4.0)
docile (1.4.1)
jmespath (1.6.2)
method_source (1.1.0)
ox (2.14.18)
Expand All @@ -33,15 +33,14 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
rake (13.2.1)
rexml (3.3.6)
strscan
rexml (3.3.7)
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.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
Expand All @@ -51,7 +50,7 @@ GEM
sentry-ruby (5.19.0)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
sequel (5.83.1)
sequel (5.84.0)
bigdecimal
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -62,7 +61,6 @@ GEM
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)

PLATFORMS
ruby
Expand All @@ -83,4 +81,4 @@ DEPENDENCIES
simplecov-cobertura

BUNDLED WITH
2.5.11
2.5.18

0 comments on commit f9377c7

Please sign in to comment.