Skip to content

Commit

Permalink
Updated iqvoc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pschijven committed Sep 21, 2023
1 parent 23ae320 commit 9efe814
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 145 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'iqvoc', '~> 4.13', github: 'innoq/iqvoc', branch: 'rails-7'
gem 'iqvoc', '~> 4.14.0', github: 'innoq/iqvoc', branch: 'master'

platforms :ruby do
gem 'pg'
Expand All @@ -17,6 +17,6 @@ group :development, :test do
end

group :test do
gem 'iqvoc_skosxl', '~> 2.10.0', github: 'innoq/iqvoc_skosxl', branch: 'rails-7'
gem 'iqvoc_compound_forms', '~> 2.10.0', github: 'innoq/iqvoc_compound_forms', branch: 'rails-7'
gem 'iqvoc_skosxl', '~> 2.11.0', github: 'innoq/iqvoc_skosxl', branch: 'master'
gem 'iqvoc_compound_forms', '~> 2.11.0', github: 'innoq/iqvoc_compound_forms', branch: 'master'
end
Loading

0 comments on commit 9efe814

Please sign in to comment.