Skip to content

Commit

Permalink
updates-2023-04-06 (#109)
Browse files Browse the repository at this point in the history
* bump-gems-2023-04-06

* Update ruby versions for CI
  • Loading branch information
opti authored Apr 7, 2023
1 parent 64ff3c0 commit c62bbe9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- 'jruby-9.3.8.0'
include:
- ruby: '3.1'
- ruby: '3.2'
coverage: '1'
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.2.2
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
coveralls_reborn (0.26.0)
coveralls_reborn (0.27.0)
simplecov (~> 0.22.0)
term-ansicolor (~> 1.7)
thor (~> 1.2)
tins (~> 1.32)
docile (1.4.0)
minitest (5.17.0)
minitest (5.18.0)
rake (13.0.6)
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -38,4 +38,4 @@ DEPENDENCIES
user_agent_parser!

BUNDLED WITH
2.4.6
2.4.10
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ UserAgentParser is a simple, comprehensive Ruby gem for parsing user agent strin

## Supported Rubies

* Ruby 3.2
* Ruby 3.1
* Ruby 3.0
* Ruby 2.7
* Ruby 2.6
* Ruby 2.5
* JRuby

## Installation
Expand Down

0 comments on commit c62bbe9

Please sign in to comment.