Skip to content

Commit

Permalink
Set a minimal ruby version for the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ess committed May 4, 2021
1 parent 8dbcbb3 commit 3b2ae04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ language: ruby
rvm:
- 2.3.0
- 2.4.0
- 2.5.7
- 2.5.0
- 2.6.0
- 2.7.0
- 3.0.1
- 3.0.0

before_install: curl -sSL https://rvm.io/mpapis.asc | gpg --import -
sudo: false

#dist: precise

notifications:
recipients:
- [email protected]
Expand Down
1 change: 1 addition & 0 deletions engineyard-serverside.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('factis', '~> 1.0.1')
s.add_development_dependency('devnull', '~> 0.1.3')

s.required_ruby_version = '>= 2.3.0'
s.required_rubygems_version = %q{>= 1.3.6}
s.test_files = Dir.glob("spec/**/*") + Dir.glob("features/**/*")
end

0 comments on commit 3b2ae04

Please sign in to comment.