Skip to content

Commit

Permalink
Updated development dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Aug 18, 2018
1 parent b7ccff0 commit 6081b44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ spec = Gem::Specification.new do |s|
s.add_development_dependency('rdoc', '~> 4.2')
s.add_development_dependency('rainbow', '~> 1.1', '~> 1.1.1')
s.add_development_dependency('clean_test', '~> 1.0')
s.add_development_dependency('cucumber', '~> 2.4')
s.add_development_dependency('gherkin', '~> 4.0')
s.add_development_dependency('aruba', '0.5.1')
s.add_development_dependency('cucumber', '~> 3.1.2')
s.add_development_dependency('gherkin', '~> 5.1.0')
s.add_development_dependency('aruba', '~> 0.7.4')
s.add_development_dependency('sdoc', '~> 0.4')
s.add_development_dependency('faker','1.0.0')
s.add_development_dependency('faker','~> 1.9.1')
end

0 comments on commit 6081b44

Please sign in to comment.