Skip to content

Commit 46b75e4

Browse files
committed
Bump required ruby version to 2.4
1 parent 89c6136 commit 46b75e4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ruby.yml

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
matrix:
1313
gemfile: [Gemfile]
1414
ruby:
15-
- "2.1"
16-
- "2.2"
17-
- "2.3"
1815
- "2.4"
1916
- "2.5"
2017
- "2.6"

uglifier.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.description = "Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby"
1414
spec.license = "MIT"
1515

16-
spec.required_ruby_version = '>= 1.9.3'
16+
spec.required_ruby_version = '>= 2.4.0'
1717

1818
spec.extra_rdoc_files = [
1919
"LICENSE.txt",

0 commit comments

Comments
 (0)