Skip to content

Commit

Permalink
updates-2022-01-27 (#100)
Browse files Browse the repository at this point in the history
* update-database-2022-01-27

* bump-gems-2022-01-27

* ruby-3.1.0
  • Loading branch information
opti authored Jan 28, 2022
1 parent 6e3ea4d commit f5e5ad1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.0'
- '2.7'
- '2.6'
- '2.5'
- 'jruby'
include:
- ruby: '3.0'
- ruby: '3.1'
coverage: 'true'
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
3.1.0
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# master

* sync with uap-core 0.15.0

# 2.8.0 (2021-11-02)
* sync with uap-core 0.14.0
* drop support for ruby 2.4
Expand Down
10 changes: 5 additions & 5 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.23.0)
coveralls_reborn (0.23.1)
simplecov (>= 0.18.1, < 0.22.0)
term-ansicolor (~> 1.6)
thor (>= 0.20.3, < 2.0)
tins (~> 1.16)
docile (1.4.0)
minitest (5.14.4)
minitest (5.15.0)
rake (13.0.6)
simplecov (0.21.2)
docile (~> 1.1)
Expand All @@ -23,8 +23,8 @@ GEM
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (1.1.0)
tins (1.29.1)
thor (1.2.1)
tins (1.31.0)
sync

PLATFORMS
Expand All @@ -38,4 +38,4 @@ DEPENDENCIES
user_agent_parser!

BUNDLED WITH
2.2.30
2.3.6
2 changes: 1 addition & 1 deletion vendor/uap-core

0 comments on commit f5e5ad1

Please sign in to comment.