Skip to content

Commit

Permalink
add lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 6, 2024
1 parent 2039c8b commit 10bbae6
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

Gemfile.lock
*.gem
.byebug_history
*.swp
Expand Down
77 changes: 77 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
PATH
remote: .
specs:
uc3-ssm (0.3.10)
aws-sdk-ssm (~> 1.84)
logger (~> 1.4)
yaml (~> 0.2.1)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.962.0)
aws-sdk-core (3.201.3)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-ssm (1.174.0)
aws-sdk-core (~> 3, >= 3.201.0)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.9.1)
aws-eventstream (~> 1, >= 1.0.2)
byebug (11.1.3)
diff-lcs (1.5.1)
jmespath (1.6.2)
logger (1.6.0)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rainbow (3.1.1)
regexp_parser (2.9.2)
rexml (3.3.4)
strscan
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.3)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.4)
rubocop (0.88.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.1.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.8.0)
parser (>= 2.7.1.5)
ruby-progressbar (1.13.0)
strscan (3.1.0)
unicode-display_width (1.8.0)
yaml (0.2.1)

PLATFORMS
arm64-darwin-22

DEPENDENCIES
byebug (= 11.1.3)
rspec (= 3.9.0)
rubocop (= 0.88.0)
uc3-ssm!

BUNDLED WITH
2.4.12
1 change: 1 addition & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ phases:
build:
on-failure: ABORT
commands:
- bundle install
- bundle exec rdoc lib/*.rb
- rm -rf api/uc3-ssm
- mkdir -p api/uc3-ssm/ruby
Expand Down

0 comments on commit 10bbae6

Please sign in to comment.