diff --git a/Gemfile.lock b/Gemfile.lock index 541d0e1..26f4e04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/innoq/iqvoc.git - revision: 77b2fadd1750be6b52cd73ae447ce0f353dcd3fb + revision: 045b089839b93acce8c15ace6d23adf197ebf3aa branch: master specs: - iqvoc (4.14.0) + iqvoc (4.14.1) apipie-rails authlogic bootsnap @@ -35,11 +35,11 @@ GIT GIT remote: https://github.com/innoq/iqvoc_skosxl.git - revision: 893cfd5c97d31cc25f5f49f4b842a2c4a0a4c68e + revision: 7067a4049954ec4089610b57af00778687bcca3c branch: master specs: - iqvoc_skosxl (2.11.0) - iqvoc (~> 4.14.0, >= 4.4.0) + iqvoc_skosxl (2.11.1) + iqvoc (~> 4.14.1) GEM remote: https://rubygems.org/ @@ -194,18 +194,14 @@ GEM faraday (~> 1.0) faucet_pipeline_rails (1.0.1) rails (>= 4.2.10) - ffi (1.15.5) - ffi (1.15.5-java) + ffi (1.16.2) + ffi (1.16.2-java) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake globalid (1.2.1) activesupport (>= 6.1) - haml (6.1.2) - temple (>= 0.8.2) - thor - tilt - haml (6.1.2-java) + haml (6.2.0) temple (>= 0.8.2) thor tilt @@ -519,7 +515,7 @@ GEM psych (>= 3.3) rdf (~> 3.2, >= 3.2.9) rdf-xsd (~> 3.2) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS java diff --git a/lib/iqvoc/inflectionals/version.rb b/lib/iqvoc/inflectionals/version.rb index c8ca099..f755199 100644 --- a/lib/iqvoc/inflectionals/version.rb +++ b/lib/iqvoc/inflectionals/version.rb @@ -1,5 +1,5 @@ module Iqvoc module Inflectionals - VERSION = "2.11.0" + VERSION = "2.11.1" end end