Skip to content

Commit

Permalink
update rake for security reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed May 14, 2019
1 parent 1fd8488 commit 294c327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babelish.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 294c327

Please sign in to comment.