Skip to content

Commit

Permalink
Remove Ruby 1.9.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaniwaki committed Jun 16, 2016
1 parent ebd2048 commit adff0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: ruby

rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
Expand Down
2 changes: 2 additions & 0 deletions rack-dev-mark.gemspec
Expand Up @@ -16,6 +16,8 @@ Gem::Specification.new do |gem|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.require_paths = ['lib']

gem.required_ruby_version = '>= 2.0.0'

gem.add_dependency "rack", ">= 1.1"

gem.add_development_dependency "rake"
Expand Down

0 comments on commit adff0f5

Please sign in to comment.