Skip to content

Commit

Permalink
Cut out EOL Ruby versions (< 2.6.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Jul 27, 2021
1 parent 3d8e64d commit 5b255ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -7,10 +7,6 @@ before_script:
- bundle update
cache: bundler
rvm:
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.8
- 2.7.4
- ruby-head
Expand Down
2 changes: 1 addition & 1 deletion globalid.gemspec
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.summary = 'Refer to any model with a URI: gid://app/class/id'
s.description = 'URIs for your models makes it easy to pass references around.'

s.required_ruby_version = '>= 2.2.2'
s.required_ruby_version = '>= 2.6.0'

s.license = 'MIT'

Expand Down

0 comments on commit 5b255ff

Please sign in to comment.