Skip to content

Commit

Permalink
switch branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansing committed Oct 14, 2024
1 parent ea62bfb commit d152927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ['2.7', '3.0']
ruby: ['3.1', '3.2', '3.3']
runs-on: ubuntu-latest
services:
postgres:
Expand Down
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.4', github: 'innoq/iqvoc', branch: 'master'
gem 'iqvoc_skosxl', '~> 2.11.3', github: 'innoq/iqvoc_skosxl', branch: 'master'
gem 'iqvoc', '~> 4.14.4', github: 'innoq/iqvoc', branch: :main
gem 'iqvoc_skosxl', '~> 2.11.3', github: 'innoq/iqvoc_skosxl', branch: :main

group :development do
gem 'better_errors'
Expand Down

0 comments on commit d152927

Please sign in to comment.