Skip to content

Commit 83812d4

Browse files
authored
Support Rails 7.2 (#706)
1 parent 152a36a commit 83812d4

File tree

6 files changed

+28
-3
lines changed

6 files changed

+28
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,16 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
gemfile: ['rails_6.0', 'rails_6.1', 'rails_7.0', 'rails_7.1']
55+
gemfile: ['rails_6.0', 'rails_6.1', 'rails_7.0', 'rails_7.1', 'rails_7.2']
5656

5757
ruby: ['3.0', '3.1', '3.2', '3.3']
5858

5959
client: ['active_record', 'redis']
6060

61+
exclude:
62+
- ruby: '3.0'
63+
gemfile: 'rails_7.2'
64+
6165
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
6266
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
6367

Appraisals

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@ appraise "rails-7.1" do
4141
gem "rails", "~> 7.1.0"
4242
end
4343
end
44+
45+
appraise "rails-7.2" do
46+
gem "activesupport", "~> 7.2.0"
47+
48+
group :development do
49+
gem "rails", "~> 7.2.0"
50+
end
51+
end

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased](https://github.com/rpush/rpush/tree/HEAD)
44

5+
* Support for Rails 7.2 [\#706](https://github.com/rpush/rpush/pull/706) ([benlangfeld](https://github.com/benlangfeld))
6+
57
[Full Changelog](https://github.com/rpush/rpush/compare/v9.1.0...HEAD)
68

79
## [v9.1.0](https://github.com/rpush/rpush/tree/v9.1.0) (2024-09-24)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
rpush (9.0.0)
5-
activesupport (>= 6.0, < 7.2.0, != 7.1.4)
5+
activesupport (>= 6.0, != 7.2.1, != 7.2.0, != 7.1.4)
66
googleauth
77
jwt (>= 1.5.6)
88
multi_json (~> 1.0)

gemfiles/rails_7.2.gemfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "activesupport", "~> 7.2.0"
6+
7+
group :development do
8+
gem "rails", "~> 7.2.0"
9+
end
10+
11+
gemspec path: "../"

rpush.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
3636
s.add_runtime_dependency 'net-http-persistent'
3737
s.add_runtime_dependency 'net-http2', '~> 0.18', '>= 0.18.3'
3838
s.add_runtime_dependency 'jwt', '>= 1.5.6'
39-
s.add_runtime_dependency 'activesupport', '>= 6.0', '!= 7.1.4', '< 7.2.0' # https://github.com/rails/rails/issues/52820
39+
s.add_runtime_dependency 'activesupport', '>= 6.0', '!= 7.1.4', '!= 7.2.0', '!= 7.2.1' # https://github.com/rails/rails/issues/52820
4040
s.add_runtime_dependency 'thor', ['>= 0.18.1', '< 2.0']
4141
s.add_runtime_dependency 'railties'
4242
s.add_runtime_dependency 'rainbow'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy