Skip to content

Commit

Permalink
add ruby 3.3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansing committed Oct 14, 2024
1 parent a72d959 commit 7aedeb1
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.1', '3.2', '3.3']
runs-on: ubuntu-latest
services:
postgres:
Expand Down
7 changes: 3 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
source 'https://rubygems.org'

gem 'iqvoc', '~> 4.14.4', github: 'innoq/iqvoc', branch: 'master'
gem 'iqvoc', '~> 4.14.4', github: 'innoq/iqvoc', branch: :main

platforms :ruby do
gem 'pg'
end

group :development do
gem 'better_errors'
gem 'web-console'
gem 'listen'
end

group :development, :test do
gem 'pry-rails', require: 'pry'
gem 'rack-mini-profiler'
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]
end

group :test do
Expand Down
73 changes: 35 additions & 38 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/innoq/iqvoc.git
revision: b249efaac66f86df5319ec43f502074ad7ff780b
branch: master
revision: a85e48c2830b1acc39bb50ff0aa240133cdde3fb
branch: main
specs:
iqvoc (4.14.5)
apipie-rails
Expand Down Expand Up @@ -103,7 +103,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
apipie-rails (1.4.0)
apipie-rails (1.4.2)
actionpack (>= 5.0)
activesupport (>= 5.0)
authlogic (6.4.3)
Expand All @@ -113,12 +113,8 @@ GEM
request_store (~> 1.0)
bcp47 (0.3.3)
i18n
better_errors (2.10.1)
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
bindex (0.8.1)
bootsnap (1.18.3)
bootsnap (1.18.4)
msgpack (~> 1.2)
bootstrap_form (4.5.0)
actionpack (>= 5.2)
Expand All @@ -143,7 +139,6 @@ GEM
ssrf_filter (~> 1.0)
carrierwave-i18n (3.0.0)
carrierwave (>= 3.0.0, < 4)
coderay (1.1.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
Expand All @@ -152,11 +147,14 @@ GEM
ferrum (~> 0.14.0)
database_cleaner (1.8.5)
date (3.3.4)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
deep_cloneable (3.2.0)
activerecord (>= 3.1.0, < 8)
delayed_job (4.1.11)
delayed_job (4.1.12)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.8)
delayed_job_active_record (4.1.10)
activerecord (>= 3.0, < 8.0)
delayed_job (>= 3.0, < 5)
ebnf (2.3.5)
Expand All @@ -166,7 +164,7 @@ GEM
sxp (~> 1.2)
unicode-types (~> 1.8)
erubi (1.13.0)
faraday (1.10.3)
faraday (1.10.4)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -184,12 +182,12 @@ GEM
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday_middleware (1.2.1)
faraday (~> 1.0)
faucet_pipeline_rails (1.0.1)
rails (>= 4.2.10)
Expand All @@ -213,14 +211,18 @@ GEM
htmlentities (4.3.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.7.2)
iq_rdf (0.2.0)
activesupport
builder
bundler
iq_triplestorage (0.2.2)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
json-canonicalization (0.4.0)
json-ld (3.2.5)
Expand Down Expand Up @@ -283,7 +285,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -296,18 +298,18 @@ GEM
maruku (0.7.3)
matrix (0.4.2)
method_source (1.1.0)
mini_magick (4.13.1)
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
msgpack (1.7.2)
msgpack (1.7.3)
multi_json (1.15.0)
multipart-post (2.4.1)
net-http (0.4.1)
uri
net-http-persistent (4.0.2)
net-http-persistent (4.0.4)
connection_pool (~> 2.2)
net-imap (0.4.14)
net-imap (0.4.17)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -321,19 +323,14 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pg (1.5.4)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (5.1.2)
stringio
public_suffix (5.0.4)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
rack-mini-profiler (3.3.0)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -373,7 +370,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdf (3.2.11)
rdf (3.2.12)
link_header (~> 0.0, >= 0.0.8)
rdf-aggregate-repo (3.2.1)
rdf (~> 3.2)
Expand Down Expand Up @@ -436,14 +433,17 @@ GEM
rdf-xsd (3.2.1)
rdf (~> 3.2)
rexml (~> 3.2)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.5.10)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
rexml (3.3.1)
strscan
rouge (4.2.0)
ruby-vips (2.2.1)
rexml (3.3.8)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
ruby2_keywords (0.0.5)
scanf (1.0.0)
scrypt (3.0.8)
Expand Down Expand Up @@ -477,7 +477,6 @@ GEM
rdf (~> 3.2, >= 3.2.11)
ssrf_filter (1.1.2)
stringio (3.1.1)
strscan (3.1.0)
sxp (1.2.4)
matrix (~> 0.4)
rdf (~> 3.2)
Expand All @@ -487,8 +486,8 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-types (1.9.0)
uri (0.13.0)
unicode-types (1.10.0)
uri (0.13.1)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand All @@ -511,14 +510,12 @@ PLATFORMS
ruby

DEPENDENCIES
better_errors
capybara
cuprite
debug
iqvoc (~> 4.14.4)!
listen
pg
pry-rails
rack-mini-profiler
web-console

BUNDLED WITH
Expand Down

0 comments on commit 7aedeb1

Please sign in to comment.