Skip to content

Commit b89b779

Browse files
committed
bumps
1 parent b85c3d1 commit b89b779

5 files changed

Lines changed: 14 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
ruby:
16+
- '3.4'
1617
- '3.3'
1718
- '3.2'
1819
- '3.1'
1920
- '3.0'
2021
include:
21-
- ruby: '3.3'
22+
- ruby: '3.4'
2223
coverage: '1'
2324
steps:
2425
- uses: actions/checkout@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.bundle
22
coverage
33
vendor/bundle
4+
.tool-versions
45

56
pkg

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.6
1+
3.4.4

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
bigdecimal (3.1.8)
10-
bigdecimal (3.1.8-java)
11-
coveralls_reborn (0.28.0)
9+
bigdecimal (3.2.2)
10+
bigdecimal (3.2.2-java)
11+
coveralls_reborn (0.29.0)
1212
simplecov (~> 0.22.0)
1313
term-ansicolor (~> 1.7)
1414
thor (~> 1.2)
1515
tins (~> 1.32)
1616
docile (1.4.1)
17-
minitest (5.25.4)
18-
rake (13.2.1)
17+
minitest (5.25.5)
18+
rake (13.3.0)
1919
simplecov (0.22.0)
2020
docile (~> 1.1)
2121
simplecov-html (~> 0.11)
2222
simplecov_json_formatter (~> 0.1)
23-
simplecov-html (0.13.1)
23+
simplecov-html (0.13.2)
2424
simplecov_json_formatter (0.1.4)
2525
sync (0.5.0)
2626
term-ansicolor (1.11.2)
2727
tins (~> 1.0)
28-
thor (1.3.2)
29-
tins (1.37.0)
28+
thor (1.4.0)
29+
tins (1.38.0)
3030
bigdecimal
3131
sync
3232

@@ -41,4 +41,4 @@ DEPENDENCIES
4141
user_agent_parser!
4242

4343
BUNDLED WITH
44-
2.5.23
44+
2.6.9

0 commit comments

Comments
 (0)