Skip to content

Commit

Permalink
Merge eb46227 into 2f4255a
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Mar 27, 2020
2 parents 2f4255a + eb46227 commit b24d469
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
@@ -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
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 b24d469

Please sign in to comment.