We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c6136 commit 46b75e4Copy full SHA for 46b75e4
.github/workflows/ruby.yml
@@ -12,9 +12,6 @@ jobs:
12
matrix:
13
gemfile: [Gemfile]
14
ruby:
15
- - "2.1"
16
- - "2.2"
17
- - "2.3"
18
- "2.4"
19
- "2.5"
20
- "2.6"
uglifier.gemspec
@@ -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",
0 commit comments