Skip to content

Commit

Permalink
drop support for ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nijikon committed Sep 22, 2020
1 parent 7e57cf8 commit 152998e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -22,8 +22,6 @@ jobs:
rvm: 2.6.5
- <<: *test
rvm: 2.5.7
- <<: *test
rvm: 2.4.9
- <<: *test
rvm: jruby-9.2.9.0

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,4 +1,5 @@
# master
* drop support for ruby 2.4

# 2.7.0 (2020-05-25)
* sync with uap-core 0.10.0
2 changes: 1 addition & 1 deletion user_agent_parser.gemspec
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |gem|

gem.files = %x{git ls-files}.split("\n").select { |d| d =~ %r{^(MIT-LICENSE|Readme.md|lib|bin/)} } + ['vendor/uap-core/regexes.yaml']

gem.required_ruby_version = '>= 2.4'
gem.required_ruby_version = '>= 2.5'
end

0 comments on commit 152998e

Please sign in to comment.