Skip to content

Commit

Permalink
Let rspec dependency be open ended
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanggi committed Jan 22, 2019
1 parent c13b9ca commit 2d426de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow_machine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = Dir["spec/**/*"]

s.add_dependency "activesupport", ">= 3.2"
s.add_development_dependency "rspec", "~> 3.8.0"
s.add_development_dependency "rspec"
s.add_development_dependency "rspec-its"
s.add_development_dependency "rubocop"
end

0 comments on commit 2d426de

Please sign in to comment.