Skip to content

Commit 31f0d37

Browse files
committed
Ruby >= 3.1
1 parent 74407a6 commit 31f0d37

File tree

5 files changed

+5
-45
lines changed

5 files changed

+5
-45
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
ruby-version: ['3.0', '3.1', '3.2', '3.3']
24+
ruby-version: ['3.1', '3.2', '3.3']
2525

2626
steps:
2727
- uses: actions/checkout@v4

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.7
1+
3.1.7

.travis.yml

-40
This file was deleted.

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ GEM
209209
websocket-extensions (>= 0.1.0)
210210
websocket-extensions (0.1.5)
211211
yard (0.9.37)
212-
zeitwerk (2.7.2)
212+
zeitwerk (2.6.18)
213213

214214
PLATFORMS
215215
aarch64-linux-gnu
@@ -229,4 +229,4 @@ DEPENDENCIES
229229
yard
230230

231231
BUNDLED WITH
232-
2.5.23
232+
2.6.6

acl9.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.version = Acl9::VERSION
1717
s.license = 'MIT'
1818

19-
s.required_ruby_version = ">= 3"
19+
s.required_ruby_version = ">= 3.1"
2020

2121
s.rdoc_options = ["--charset=UTF-8"]
2222

0 commit comments

Comments
 (0)