Skip to content

Commit

Permalink
remove support for ruby 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbayerl committed Apr 29, 2018
1 parent ca55ed6 commit 978fa49
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: ruby
matrix:
include:
- rvm: 2.1
gemfile: spec/support/gemfiles/Gemfile.activesupport-4.0.0
- rvm: 2.2
- rvm: 2.3
- rvm: 2.4
Expand Down
5 changes: 0 additions & 5 deletions spec/support/gemfiles/Gemfile.activesupport-4.0.0

This file was deleted.

2 changes: 1 addition & 1 deletion stack_master.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.1.0"
spec.required_ruby_version = ">= 2.2.0"

spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 978fa49

Please sign in to comment.