Skip to content

Commit

Permalink
Bump min Ruby version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
presidentbeef committed Dec 13, 2021
1 parent 4585df4 commit 04fc780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion brakeman-lib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.files = ["bin/brakeman", "CHANGES.md", "FEATURES", "README.md"] + Dir["lib/**/*"]
s.executables = ["brakeman"]
s.license = "Brakeman Public Use License"
s.required_ruby_version = '>= 2.4.0'
s.required_ruby_version = '>= 2.5.0'

s.metadata = {
"bug_tracker_uri" => "https://github.com/presidentbeef/brakeman/issues",
Expand Down
2 changes: 1 addition & 1 deletion brakeman-min.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.files = ["bin/brakeman", "CHANGES.md", "FEATURES", "README.md"] + Dir["lib/**/*"]
s.executables = ["brakeman"]
s.license = "Brakeman Public Use License"
s.required_ruby_version = '>= 2.4.0'
s.required_ruby_version = '>= 2.5.0'

s.metadata = {
"bug_tracker_uri" => "https://github.com/presidentbeef/brakeman/issues",
Expand Down
2 changes: 1 addition & 1 deletion brakeman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.files = ["bin/brakeman", "CHANGES.md", "FEATURES", "README.md"] + Dir["lib/**/*"]
s.executables = ["brakeman"]
s.license = "Brakeman Public Use License"
s.required_ruby_version = '>= 2.4.0'
s.required_ruby_version = '>= 2.5.0'

s.metadata = {
"bug_tracker_uri" => "https://github.com/presidentbeef/brakeman/issues",
Expand Down

0 comments on commit 04fc780

Please sign in to comment.