Skip to content

Commit

Permalink
Finish 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 26, 2021
2 parents 926670d + 9f930d0 commit 7cc4132
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
runs-on: ubuntu-latest
env:
CI: true
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') }}
strategy:
fail-fast: false
matrix:
ruby:
- 2.4
- 2.5
- 2.6
- 2.7
#- ruby-head # net-http-persistent
- 3.0
- ruby-head
- jruby
steps:
- name: Clone repository
Expand All @@ -35,5 +36,5 @@ jobs:
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rspec spec
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES

14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.1.2
2 changes: 1 addition & 1 deletion sinatra-rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 2.4'
gem.requirements = []
gem.add_runtime_dependency 'rack-rdf', '~> 3.1', '>= 3.1.1'
gem.add_runtime_dependency 'rack-rdf', '~> 3.1', '>= 3.1.2'
gem.add_runtime_dependency 'sinatra', '~> 2.1'

gem.add_development_dependency 'yard' , '~> 0.9'
Expand Down

0 comments on commit 7cc4132

Please sign in to comment.