Skip to content

Commit f85c8ba

Browse files
authored
Update minimum Ruby version to 3.3.0 for Rails 8.2 compatibility (#1379)
1 parent 321f2be commit f85c8ba

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
ruby:
2424
- 3.4.7
2525
- 3.3.9
26-
- 3.2.9
2726

2827
steps:
2928
- name: Checkout code

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ coverage/*
1818
.byebug_history
1919
tmp/*
2020
test/storage/test.sqlite3*
21+
vendor/bundle

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG TARGET_VERSION=3.2.1
1+
ARG TARGET_VERSION=3.3.0
22

33
FROM ghcr.io/rails-sqlserver/activerecord-sqlserver-adapter:${TARGET_VERSION}
44

activerecord-sqlserver-adapter.gemspec

Lines changed: 1 addition & 1 deletion
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.2.0"
10+
spec.required_ruby_version = ">= 3.3.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)