Skip to content

Commit

Permalink
Merge pull request #73 from benbalter/drop-ruby-1-9-3
Browse files Browse the repository at this point in the history
Drop Ruby 1.9.3 support
  • Loading branch information
benbalter committed Nov 11, 2015
2 parents 0fcbd72 + 1b20b53 commit c6e8512
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
Expand Down
7 changes: 1 addition & 6 deletions jekyll-auth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

if RUBY_VERSION =~ /1.9.3/
s.add_dependency "jekyll", "~> 2.0"
else
s.add_dependency "jekyll", ">= 2.0"
end

s.add_dependency "jekyll", ">= 2.0"
s.add_dependency "sinatra-index", "~> 0.0"
s.add_dependency "sinatra_auth_github", "~> 1.1"
s.add_dependency "rack", "~> 1.6"
Expand Down

0 comments on commit c6e8512

Please sign in to comment.