Skip to content

Commit 5f23930

Browse files
committed
Drop support for Ruby 2.5
1 parent 78de6bc commit 5f23930

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
- rails6.1
1818
- rails7.0
1919
include:
20-
- {ruby-version: '2.5', gemfile: rails4.2}
21-
- {ruby-version: '2.5', gemfile: rails5.0}
22-
- {ruby-version: '2.5', gemfile: rails5.1}
23-
- {ruby-version: '2.5', gemfile: rails5.2}
2420
- {ruby-version: '2.6', gemfile: rails4.2}
2521
- {ruby-version: '2.6', gemfile: rails5.0}
2622
- {ruby-version: '2.6', gemfile: rails5.1}
@@ -29,8 +25,8 @@ jobs:
2925
env:
3026
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
3127
steps:
32-
- uses: zendesk/checkout@v3
33-
- uses: zendesk/setup-ruby@v1
28+
- uses: actions/checkout@v4
29+
- uses: ruby/setup-ruby@v1
3430
with:
3531
ruby-version: ${{ matrix.ruby-version }}
3632
bundler-cache: true

migration_tools.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new "migration_tools", "1.8.0" do |s|
77
s.files = `git ls-files lib`.split("\n")
88
s.license = "Apache-2.0"
99

10-
s.required_ruby_version = '>= 2.5.0'
10+
s.required_ruby_version = '>= 2.6.0'
1111

1212
s.add_runtime_dependency "activerecord", '>= 4.2.0', '< 7.1'
1313

0 commit comments

Comments
 (0)