Skip to content

Commit

Permalink
update rake for security reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Brovko committed Jun 18, 2019
1 parent d5a5b5e commit e85d34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babelish_rnc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency "highline"

# specify version of rack so works on ruby <2.2.2
s.add_dependency "rack", "1.6.4"
s.add_dependency "rack", ">=1.6.11"
# json support
s.add_dependency "json"

Expand Down

0 comments on commit e85d34e

Please sign in to comment.