Skip to content

Commit 489f51c

Browse files
committed
Finish 3.22.1
2 parents 9f7430a + f780a70 commit 489f51c

73 files changed

Lines changed: 2773 additions & 1368 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Ruby
2323
uses: ruby/setup-ruby@v1
2424
with:
25-
ruby-version: 3.1.3
25+
ruby-version: 3.2.2
2626
- name: Install dependencies
2727
run: bundle install --jobs 4 --retry 3
2828
- name: Run tests

Gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'http://rubygems.org'
22

33
gemspec
4-
ruby "3.1.3"
4+
ruby "3.2.2"
55

66
# Include non-released gems first
77
gem "sinatra-rdf", git: "https://github.com/ruby-rdf/sinatra-rdf", branch: "develop"
@@ -11,7 +11,6 @@ gem "rdf-spec", git: "https://github.com/ruby-rdf/rdf-spec", branch: "
1111

1212
gem 'ebnf', git: "https://github.com/dryruby/ebnf", branch: "develop"
1313
gem 'rdf-microdata', git: "https://github.com/ruby-rdf/rdf-microdata", branch: "develop"
14-
gem 'rdf-ordered-repo', git: "https://github.com/ruby-rdf/rdf-ordered-repo", branch: "develop"
1514
gem 'rdf-rdfa', git: "https://github.com/ruby-rdf/rdf-rdfa", branch: "develop"
1615
gem 'rdf-rdfxml', git: "https://github.com/ruby-rdf/rdf-rdfxml", branch: "develop"
1716
gem 'rdf-reasoner', git: "https://github.com/ruby-rdf/rdf-reasoner", branch: "develop"
@@ -28,9 +27,6 @@ group :development, :test do
2827
gem 'rake'
2928
end
3029

31-
# Becuase rest-client-commonents doesn't seem like it's going to be updated:
32-
gem 'rest-client-components', git: "https://github.com/amatriain/rest-client-components", branch: "rest-client-2-compatibility"
33-
3430
gem 'jsonlint', git: "https://github.com/dougbarth/jsonlint"
3531

3632
group :debug do

0 commit comments

Comments
 (0)