Skip to content

Commit

Permalink
Signal that only Ruby 2.5+ is supported in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Apr 29, 2019
1 parent 8aae23a commit 7d26040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.files = Dir["lib/**/*", "MIT-LICENSE", "Rakefile", "README.markdown", "CHANGELOG.markdown"]

s.required_ruby_version = ">= 2.4"
s.required_ruby_version = ">= 2.5"

rails_version = ">= 6.0.0.a"

Expand Down

0 comments on commit 7d26040

Please sign in to comment.