Skip to content

Commit

Permalink
Pin require_all version to ~>1.5.0 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
csibar authored and jamesiarmes committed Mar 8, 2018
1 parent 512b196 commit 17c05d7
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 @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_dependency('travis')
s.add_dependency('vandamme')
s.add_dependency('pry')
s.add_dependency('require_all')
s.add_dependency('require_all', '~> 1.5.0')

s.add_development_dependency('rspec')
s.add_development_dependency('simplecov')
Expand Down

0 comments on commit 17c05d7

Please sign in to comment.