Skip to content

Commit

Permalink
gemfile for pulling in cody
Browse files Browse the repository at this point in the history
  • Loading branch information
rwilcox committed Jan 1, 2021
1 parent 5a0ff64 commit 2197456
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gem "cody"
102 changes: 102 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
aws-eventstream (1.1.0)
aws-logs (0.3.4)
activesupport
aws-mfa-secure
aws-sdk-cloudwatchlogs
rainbow
thor
zeitwerk
aws-mfa-secure (0.4.3)
activesupport
aws-sdk-core
aws_config
memoist
rainbow
thor
zeitwerk
aws-partitions (1.413.0)
aws-sdk-cloudformation (1.46.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sigv4 (~> 1.1)
aws-sdk-cloudwatchlogs (1.38.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sigv4 (~> 1.1)
aws-sdk-codebuild (1.65.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.110.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ssm (1.101.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.2)
aws-eventstream (~> 1, >= 1.0.2)
aws_config (0.1.0)
aws_data (0.1.1)
aws-sdk-core
memoist
cfn-status (0.4.2)
aws-sdk-cloudformation
cfn_camelizer (0.4.9)
activesupport
memoist
rainbow
cli-format (0.2.0)
activesupport
text-table
zeitwerk
cody (1.0.2)
activesupport (~> 6.0.0)
aws-logs
aws-mfa-secure
aws-sdk-cloudformation
aws-sdk-codebuild
aws-sdk-ssm
aws_data
cfn-status
cfn_camelizer
cli-format
memoist
rainbow
render_me_pretty
thor
zeitwerk
concurrent-ruby (1.1.7)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
memoist (0.16.2)
minitest (5.14.2)
rainbow (3.0.0)
render_me_pretty (0.8.3)
activesupport
rainbow
tilt
text-table (1.2.4)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.9)
thread_safe (~> 0.1)
zeitwerk (2.4.2)

PLATFORMS
x86_64-linux

DEPENDENCIES
cody

BUNDLED WITH
2.2.3

0 comments on commit 2197456

Please sign in to comment.