Skip to content

Commit

Permalink
Version 2.11.4 (Rollback NPM updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
pschijven committed Feb 2, 2024
1 parent 8890fe1 commit a484525
Show file tree
Hide file tree
Showing 4 changed files with 1,255 additions and 560 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/innoq/iqvoc.git
revision: 777cd36fb3e4e98bb448ef2c4f582307c28a81fb
revision: d361b91079dfd0b3c929f5b42a6086600b7e5bce
branch: master
specs:
iqvoc (4.14.4)
iqvoc (4.14.5)
apipie-rails
authlogic
bootsnap
Expand Down
2 changes: 1 addition & 1 deletion iqvoc_skosxl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.license = 'Apache License 2.0'
s.description = 'iQvoc - a SKOS(-XL) vocabulary management system built on the Semantic Web'

s.add_dependency 'iqvoc', '~> 4.14.4'
s.add_dependency 'iqvoc', '~> 4.14.5'
s.add_development_dependency 'bundler'

s.files = %w(README.md Gemfile Gemfile.lock Rakefile iqvoc_skosxl.gemspec) +
Expand Down
2 changes: 1 addition & 1 deletion lib/iqvoc/skosxl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Iqvoc
module SKOSXL
VERSION = "2.11.3"
VERSION = "2.11.4"
end
end
Loading

0 comments on commit a484525

Please sign in to comment.