Skip to content

Commit

Permalink
CPD-10296: Updated activesupport gem. (#309)
Browse files Browse the repository at this point in the history
Change: minor
Purpose: maintenance

Co-authored-by: rutuja810 <[email protected]>
  • Loading branch information
rutuja810 and rutuja810 authored Mar 14, 2024
1 parent 48f90ce commit 8c9773b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 272 deletions.
129 changes: 0 additions & 129 deletions lib/moonshot/build_mechanism/travis_deploy.rb

This file was deleted.

3 changes: 1 addition & 2 deletions moonshot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency('aws-sdk', '~> 2.0', '>= 2.2.0')
s.required_ruby_version = '>= 3.1.2'

s.add_dependency('activesupport')
s.add_dependency('activesupport', '= 6.1.7.1')
s.add_dependency('colorize')
s.add_dependency('highline')
s.add_dependency('interactive-logger')
Expand All @@ -29,7 +29,6 @@ Gem::Specification.new do |s|
s.add_dependency('ruby-duration')
s.add_dependency('semantic')
s.add_dependency('thor')
s.add_dependency('travis')
s.add_dependency('vandamme')

s.add_development_dependency('fakefs')
Expand Down
141 changes: 0 additions & 141 deletions spec/moonshot/build_mechanism/travis_deploy_spec.rb

This file was deleted.

0 comments on commit 8c9773b

Please sign in to comment.