Skip to content

Commit 0761353

Browse files
authored
Drop support to Ruby 3.1 (#1225)
1 parent a2d6078 commit 0761353

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
ruby:
2323
- 3.3.4
2424
- 3.2.5
25-
- 3.1.6
2625

2726
steps:
2827
- name: Checkout code

activerecord-sqlserver-adapter.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
77
spec.platform = Gem::Platform::RUBY
88
spec.version = version
99

10-
spec.required_ruby_version = ">= 3.1.0"
10+
spec.required_ruby_version = ">= 3.2.0"
1111

1212
spec.license = "MIT"
1313
spec.authors = ["Ken Collins", "Anna Carey", "Will Bond", "Murray Steele", "Shawn Balestracci", "Joe Rafaniello", "Tom Ward", "Aidan Haran"]

0 commit comments

Comments
 (0)