Skip to content

Commit

Permalink
update required ruby version to 2.2, and update Travis ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Mar 27, 2020
1 parent 2f4255a commit eb46227
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: ruby
rvm:
- '2.0'
- 2.1.10
- 2.2.5
- 2.3.1
- 2.4.0
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
- jruby-9.1.5.0

Expand Down
2 changes: 1 addition & 1 deletion flexmock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec = Gem::Specification.new do |s|
interface is simple, it is very flexible.
}

s.required_ruby_version = ">= 2.0"
s.required_ruby_version = ">= 2.2"

s.license = 'MIT'

Expand Down

0 comments on commit eb46227

Please sign in to comment.