Skip to content

Commit

Permalink
[TASK] Drop support for Ruby 1.9.x
Browse files Browse the repository at this point in the history
Ruby 1.9.3 was end-of-lifed on 2015-02-23.

Closes #24
  • Loading branch information
oliverklee committed Feb 24, 2015
1 parent 9e03855 commit 9b0cb53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ language: ruby
cache: bundler

rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
Expand Down
2 changes: 1 addition & 1 deletion page_title_helper.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.summary = 'Simple, internationalized and DRY page titles and headings for Rails.'
s.description = 'Simple, internationalized and DRY page titles and headings for Rails.'

s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.0.0'
s.required_rubygems_version = '>= 1.3.6'

s.authors = ['Lukas Westermann']
Expand Down

0 comments on commit 9b0cb53

Please sign in to comment.