Skip to content

Commit

Permalink
Update ruby dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Sep 19, 2024
1 parent 45eb8e3 commit d5b71d6
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
ruby-version: 3.2.5
- name: Install dependencies
run: bundle install
- name: Generate Test Manifests
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source "https://rubygems.org"
ruby "3.2.2"
ruby "3.2.5"

gem 'rake'
gem 'json-ld'
gem 'rdf-turtle'
gem 'haml', '~> 6.1'
gem 'kramdown', '~> 2.3'
gem 'haml', '~> 6.2'
gem 'kramdown', '~> 2.4'
gem 'htmlbeautifier', '~> 1.4'
45 changes: 26 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,64 +1,71 @@
GEM
remote: https://rubygems.org/
specs:
base64 (0.2.0)
bcp47_spec (0.2.1)
ebnf (2.4.0)
bigdecimal (3.1.8)
ebnf (2.5.0)
htmlentities (~> 4.3)
rdf (~> 3.3)
scanf (~> 1.0)
sxp (~> 1.3)
sxp (~> 2.0)
unicode-types (~> 1.8)
haml (6.2.3)
haml (6.3.0)
temple (>= 0.8.2)
thor
tilt
htmlbeautifier (1.4.2)
htmlbeautifier (1.4.3)
htmlentities (4.3.4)
json-canonicalization (1.0.0)
json-ld (3.3.1)
json-ld (3.3.2)
htmlentities (~> 4.3)
json-canonicalization (~> 1.0)
link_header (~> 0.0, >= 0.0.8)
multi_json (~> 1.15)
rack (>= 2.2, < 4)
rdf (~> 3.3)
rexml (~> 3.2)
kramdown (2.4.0)
rexml
link_header (0.0.8)
matrix (0.4.2)
multi_json (1.15.0)
rack (3.0.8)
rake (13.1.0)
rdf (3.3.1)
rack (3.1.7)
rake (13.2.1)
rdf (3.3.2)
bcp47_spec (~> 0.2)
bigdecimal (~> 3.1, >= 3.1.5)
link_header (~> 0.0, >= 0.0.8)
rdf-turtle (3.3.0)
ebnf (~> 2.4)
rdf-turtle (3.3.1)
base64 (~> 0.2)
bigdecimal (~> 3.1, >= 3.1.5)
ebnf (~> 2.5)
rdf (~> 3.3)
rexml (3.2.6)
rexml (3.3.7)
scanf (1.0.0)
sxp (1.3.0)
sxp (2.0.0)
matrix (~> 0.4)
rdf (~> 3.3)
temple (0.10.3)
thor (1.3.0)
tilt (2.3.0)
unicode-types (1.9.0)
thor (1.3.2)
tilt (2.4.0)
unicode-types (1.10.0)

PLATFORMS
arm64-darwin-22
arm64-darwin-24
x86_64-linux

DEPENDENCIES
haml (~> 6.1)
haml (~> 6.2)
htmlbeautifier (~> 1.4)
json-ld
kramdown (~> 2.3)
kramdown (~> 2.4)
rake
rdf-turtle

RUBY VERSION
ruby 3.2.2p53
ruby 3.2.5p208

BUNDLED WITH
2.4.17
2.5.19

0 comments on commit d5b71d6

Please sign in to comment.