Skip to content

Commit

Permalink
Updated version to 2.11.2 and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pschijven committed Oct 17, 2023
1 parent 4c1032e commit 849def3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'iqvoc', '~> 4.14.0', :github => 'innoq/iqvoc', branch: 'master'
gem 'iqvoc_skosxl', '~> 2.11.0', :github => 'innoq/iqvoc_skosxl', branch: 'master'
gem 'iqvoc', '~> 4.14.2', :github => 'innoq/iqvoc', branch: 'master'
gem 'iqvoc_skosxl', '~> 2.11.2', :github => 'innoq/iqvoc_skosxl', branch: 'master'

group :development do
gem 'better_errors'
Expand Down
32 changes: 16 additions & 16 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: 045b089839b93acce8c15ace6d23adf197ebf3aa
revision: 857b251d20a4794968b81abb3481e522ca63eb3b
branch: master
specs:
iqvoc (4.14.1)
iqvoc (4.14.2)
apipie-rails
authlogic
bootsnap
Expand Down Expand Up @@ -35,11 +35,11 @@ GIT

GIT
remote: https://github.com/innoq/iqvoc_skosxl.git
revision: 7067a4049954ec4089610b57af00778687bcca3c
revision: 16f4879cb865c45c30bb7afe52c1690381a24841
branch: master
specs:
iqvoc_skosxl (2.11.1)
iqvoc (~> 4.14.1)
iqvoc_skosxl (2.11.2)
iqvoc (~> 4.14.2)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -116,7 +116,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
apipie-rails (1.2.2)
apipie-rails (1.2.3)
actionpack (>= 5.0)
activesupport (>= 5.0)
authlogic (6.4.2)
Expand All @@ -137,7 +137,7 @@ GEM
activemodel (>= 5.2)
builder (3.2.4)
cancancan (3.5.0)
carrierwave (3.0.3)
carrierwave (3.0.4)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
addressable (~> 2.6)
Expand All @@ -157,7 +157,7 @@ GEM
activerecord (>= 3.1.0, < 8)
delayed_job (4.1.11)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.7)
delayed_job_active_record (4.1.8)
activerecord (>= 3.0, < 8.0)
delayed_job (>= 3.0, < 5)
ebnf (2.4.0)
Expand Down Expand Up @@ -201,7 +201,7 @@ GEM
rake
globalid (1.2.1)
activesupport (>= 6.1)
haml (6.2.0)
haml (6.2.3)
temple (>= 0.8.2)
thor
tilt
Expand Down Expand Up @@ -308,7 +308,7 @@ GEM
uri
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-imap (0.3.7)
net-imap (0.4.1)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -334,9 +334,9 @@ GEM
spoon (~> 0.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (5.1.0)
psych (5.1.1.1)
stringio
psych (5.1.0-java)
psych (5.1.1.1-java)
jar-dependencies (>= 0.1.7)
public_suffix (5.0.3)
puma (6.4.0)
Expand Down Expand Up @@ -492,13 +492,13 @@ GEM
sxp (1.3.0)
matrix (~> 0.4)
rdf (~> 3.3)
temple (0.10.2)
temple (0.10.3)
thor (1.2.2)
tilt (2.3.0)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-types (1.8.0)
unicode-types (1.9.0)
uri (0.12.2)
web-console (3.7.0)
actionview (>= 5.0)
Expand All @@ -524,8 +524,8 @@ PLATFORMS
DEPENDENCIES
activerecord-jdbcpostgresql-adapter
better_errors
iqvoc (~> 4.14.0)!
iqvoc_skosxl (~> 2.11.0)!
iqvoc (~> 4.14.2)!
iqvoc_skosxl (~> 2.11.2)!
listen
pg
pry-rails
Expand Down
4 changes: 2 additions & 2 deletions iqvoc_inflectionals.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |s|

s.rubyforge_project = 'iqvoc_inflectionals'

s.add_dependency 'iqvoc', '~> 4.14.0'
s.add_dependency 'iqvoc_skosxl', '~> 2.11.0'
s.add_dependency 'iqvoc', '~> 4.14.2'
s.add_dependency 'iqvoc_skosxl', '~> 2.11.2'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/iqvoc/inflectionals/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Iqvoc
module Inflectionals
VERSION = "2.11.1"
VERSION = "2.11.2"
end
end

0 comments on commit 849def3

Please sign in to comment.