Skip to content

Commit 15724f6

Browse files
authored
updates-2024-02-23 (#112)
* bump-gems-2024-02-23 * Add ruby 3.3.0 * Sync with uap-core * Bump jruby version * Drop jruby from CI
1 parent 092eb10 commit 15724f6

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
ruby:
16+
- '3.3'
1617
- '3.2'
1718
- '3.1'
1819
- '3.0'
19-
- 'jruby-9.3.8.0'
2020
include:
21-
- ruby: '3.2'
21+
- ruby: '3.3'
2222
coverage: '1'
2323
steps:
2424
- uses: actions/checkout@v3

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.3.0

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
coveralls_reborn (0.27.0)
9+
coveralls_reborn (0.28.0)
1010
simplecov (~> 0.22.0)
1111
term-ansicolor (~> 1.7)
1212
thor (~> 1.2)
1313
tins (~> 1.32)
1414
docile (1.4.0)
15-
minitest (5.18.0)
16-
rake (13.0.6)
15+
minitest (5.22.2)
16+
rake (13.1.0)
1717
simplecov (0.22.0)
1818
docile (~> 1.1)
1919
simplecov-html (~> 0.11)
@@ -23,7 +23,7 @@ GEM
2323
sync (0.5.0)
2424
term-ansicolor (1.7.1)
2525
tins (~> 1.0)
26-
thor (1.2.2)
26+
thor (1.3.0)
2727
tins (1.32.1)
2828
sync
2929

@@ -38,4 +38,4 @@ DEPENDENCIES
3838
user_agent_parser!
3939

4040
BUNDLED WITH
41-
2.4.13
41+
2.5.6

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
$:.unshift File.expand_path('../../lib', __FILE__)
2020
require 'user_agent_parser'
2121

22-
module MiniTest
22+
module Minitest
2323
module Assertions
2424
# Asserts the test case property is equal to the expected value. On failure
2525
# the message includes the property and user_agent_string from the test

0 commit comments

Comments
 (0)