Skip to content

Commit

Permalink
Merge pull request #29 from thorsteneckel/ruby_2_6
Browse files Browse the repository at this point in the history
build!: drop support for ruby < 2.6.0
  • Loading branch information
roschaefer authored May 2, 2021
2 parents 9b62b31 + 1d90f8f commit a3c6ca8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
sudo: false
language: ruby
rvm:
- 2.4.1
- 2.3.1
- 2.2.6
- 2.6.6
- 2.7.2
before_install:
- sudo apt-get update
- sudo apt-get install -y libsodium-dev
- gem update --system
- gem --version
- gem install bundler
- gem install bundler
2 changes: 1 addition & 1 deletion threema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/thorsteneckel/threema'
spec.license = 'MIT'

spec.required_ruby_version = '>= 2.4'
spec.required_ruby_version = '>= 2.6.0'

spec.files = Dir['{lib}/**/*']
spec.require_paths = ['lib']
Expand Down

0 comments on commit a3c6ca8

Please sign in to comment.