Skip to content

Commit

Permalink
Pin back activesupport (ruby-duration dependency) until we only suppo…
Browse files Browse the repository at this point in the history
…rt Ruby >= 2.2.2.
  • Loading branch information
glennpratt committed Jul 6, 2016
1 parent 1397919 commit 0e38fe0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moonshot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Gem::Specification.new do |s|
s.add_dependency('interactive-logger', '~> 0.1.1')
s.add_dependency('rotp', '~> 2.1.1')
s.add_dependency('ruby-duration', '~> 3.2.3')
# Pin back activesupport (ruby-duration dependency) until we only support
# Ruby >= 2.2.2.
s.add_dependency('activesupport', '< 5.0.0')
s.add_dependency('thor', '~> 0.19.1')
s.add_dependency('semantic')
s.add_dependency('vandamme')
Expand Down

0 comments on commit 0e38fe0

Please sign in to comment.