Skip to content

Commit 92ae07f

Browse files
committed
Merge branch 'joss' into jose
2 parents 09d4d52 + 240d22f commit 92ae07f

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

.github/workflows/tests.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ jobs:
77
continue-on-error: ${{ matrix.failure-allowed }}
88
strategy:
99
matrix:
10-
ruby-version: ['2.7.8', '3.0.6', '3.1.4', '3.2.2']
10+
ruby-version: ['3.0.6', '3.1.4', '3.2.2', '3.3.0']
1111
failure-allowed: [false]
1212
include:
1313
- ruby-version: 'truffleruby'
1414
failure-allowed: true
15-
- ruby-version: '3.3.0-preview3'
16-
failure-allowed: true
1715
steps:
1816
- uses: actions/checkout@v4
1917
- name: Set up Ruby

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.0

Gemfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ GIT
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
addressable (2.8.5)
16+
addressable (2.8.6)
1717
public_suffix (>= 2.0.2, < 6.0)
1818
base64 (0.2.0)
1919
bibtex-ruby (6.0.0)
2020
latex-decode (~> 0.0)
21-
cgi (0.4.0)
21+
cgi (0.4.1)
2222
charlock_holmes (0.7.7)
2323
chronic (0.10.2)
2424
concurrent-ruby (1.2.2)
@@ -27,7 +27,7 @@ GEM
2727
rexml
2828
diff-lcs (1.5.0)
2929
dotenv (2.8.1)
30-
faraday (2.7.11)
30+
faraday (2.8.1)
3131
base64
3232
faraday-net_http (>= 2.0, < 3.1)
3333
ruby2_keywords (>= 0.0.4)
@@ -36,12 +36,12 @@ GEM
3636
faraday-net_http (3.0.2)
3737
faraday-retry (2.2.0)
3838
faraday (~> 2.0)
39-
github-linguist (7.27.0)
39+
github-linguist (7.28.0)
4040
cgi
4141
charlock_holmes (~> 0.7.7)
4242
mini_mime (~> 1.0)
4343
rugged (~> 1.0)
44-
hashdiff (1.0.1)
44+
hashdiff (1.1.0)
4545
issue (1.0.0)
4646
openssl
4747
rack
@@ -51,8 +51,8 @@ GEM
5151
multi_json (1.15.0)
5252
mustermann (3.0.0)
5353
ruby2_keywords (~> 0.0.1)
54-
nio4r (2.5.9)
55-
nokogiri (1.15.4)
54+
nio4r (2.7.0)
55+
nokogiri (1.15.5)
5656
mini_portile2 (~> 2.8.2)
5757
racc (~> 1.4)
5858
octokit (8.0.0)
@@ -61,7 +61,7 @@ GEM
6161
ojra (1.1.0)
6262
faraday (~> 2.7)
6363
openssl (3.2.0)
64-
public_suffix (5.0.3)
64+
public_suffix (5.0.4)
6565
puma (6.4.0)
6666
nio4r (~> 2.0)
6767
racc (1.7.3)
@@ -70,7 +70,7 @@ GEM
7070
rack (~> 2.2, >= 2.2.4)
7171
rack-test (2.1.0)
7272
rack (>= 1.3)
73-
redis-client (0.18.0)
73+
redis-client (0.19.1)
7474
connection_pool
7575
reverse_markdown (2.1.1)
7676
nokogiri
@@ -147,4 +147,4 @@ DEPENDENCIES
147147
webmock
148148

149149
BUNDLED WITH
150-
2.3.4
150+
2.5.4

0 commit comments

Comments
 (0)