Skip to content

Commit

Permalink
PC-18071: downgrade moonshot ruby dependency (#306)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Simonov <[email protected]>
  • Loading branch information
nsimonovv authored Nov 30, 2023
1 parent 4f7997e commit 5484cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonshot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.executables = ['moonshot']
s.homepage = 'https://github.com/acquia/moonshot'

s.required_ruby_version = '>= 3.1.3'
s.required_ruby_version = '>= 3.1.2'

s.add_dependency('aws-sdk-autoscaling', '~> 1.5')
s.add_dependency('aws-sdk-cloudformation', '~> 1.4')
Expand Down

0 comments on commit 5484cf3

Please sign in to comment.