Skip to content

Commit

Permalink
Bump required ruby version to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lautis committed Sep 22, 2024
1 parent 89c6136 commit 46b75e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
matrix:
gemfile: [Gemfile]
ruby:
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
- "2.6"
Expand Down
2 changes: 1 addition & 1 deletion uglifier.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.description = "Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby"
spec.license = "MIT"

spec.required_ruby_version = '>= 1.9.3'
spec.required_ruby_version = '>= 2.4.0'

spec.extra_rdoc_files = [
"LICENSE.txt",
Expand Down

0 comments on commit 46b75e4

Please sign in to comment.