Skip to content

Commit ccb6a5c

Browse files
committed
Drop 6.x Rails support
1 parent e0bdc1b commit ccb6a5c

File tree

6 files changed

+7
-18
lines changed

6 files changed

+7
-18
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
- gemfiles/Gemfile-rails-7-2
1111
- gemfiles/Gemfile-rails-7-1
1212
- gemfiles/Gemfile-rails-7-0
13-
- gemfiles/Gemfile-rails-6-1
1413
ruby:
1514
- 3.0
1615
- 3.1

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010

1111
* Add mongoid support for `mount_uploadcare_file` and `mount_uploadcare_file_group` methods.
1212

13+
### Breaking Changes
14+
15+
* Drop support for Rails 6.1x in line with currently maintained Rails version: https://rubyonrails.org/maintenance
16+
1317
## 3.4.3 — 2024-06-01
1418

1519
### Added

gemfiles/Gemfile-rails-6-1

Lines changed: 0 additions & 14 deletions
This file was deleted.

gemfiles/Gemfile-rails-7-0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec path: ".."
44

5-
gem "rails", '~> 7.0', github: 'rails/rails', branch: '7-0-stable'
5+
gem "rails", '~> 7.0.0', github: 'rails/rails', branch: '7-0-stable'
66

77
gem 'http-parser', '~> 1.2', '>= 1.2.3'
88
gem 'rake', '~> 13.0.6'

gemfiles/Gemfile-rails-7-1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec path: ".."
44

5-
gem "rails", '~> 7.1', github: 'rails/rails', branch: '7-1-stable'
5+
gem "rails", '~> 7.1.0', github: 'rails/rails', branch: '7-1-stable'
66

77
gem 'http-parser', '~> 1.2', '>= 1.2.3'
88
gem 'rake', '~> 13.0.6'

gemfiles/Gemfile-rails-7-2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gemspec path: ".."
44

5-
gem "rails", '~> 7.2', github: 'rails/rails', branch: '7-1-stable'
5+
gem "rails", '~> 7.2.0', github: 'rails/rails', branch: '7-1-stable'
66

77
gem 'http-parser', '~> 1.2', '>= 1.2.3'
88
gem 'rake', '~> 13.0.6'

0 commit comments

Comments
 (0)