Skip to content

Commit a1fb7d0

Browse files
committed
chore: add gemfiles
1 parent efcf588 commit a1fb7d0

6 files changed

Lines changed: 359 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
fail-fast: true
1212
matrix:
1313
ruby:
14-
- '2.7'
15-
- '3.0'
1614
- '3.1'
1715
- '3.2'
1816
gemfile:

gemfiles/.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_RETRY: "1"

gemfiles/rails_6.gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file was generated by Appraisal
2+
3+
source "http://rubygems.org"
4+
5+
gem "actionmailer", "6.1.4.7"
6+
gem "railties", "6.1.4.7"
7+
8+
gemspec path: "../"

gemfiles/rails_6.gemfile.lock

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
PATH
2+
remote: ..
3+
specs:
4+
sparkpost_rails (1.5.5)
5+
actionmailer (> 6.1.0, < 8.0.0)
6+
railties (> 6.1.0, < 8.0.0)
7+
8+
GEM
9+
remote: http://rubygems.org/
10+
specs:
11+
actionmailer (6.1.4.7)
12+
actionpack (= 6.1.4.7)
13+
actionview (= 6.1.4.7)
14+
activejob (= 6.1.4.7)
15+
activesupport (= 6.1.4.7)
16+
mail (~> 2.5, >= 2.5.4)
17+
rails-dom-testing (~> 2.0)
18+
actionpack (6.1.4.7)
19+
actionview (= 6.1.4.7)
20+
activesupport (= 6.1.4.7)
21+
rack (~> 2.0, >= 2.0.9)
22+
rack-test (>= 0.6.3)
23+
rails-dom-testing (~> 2.0)
24+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
25+
actionview (6.1.4.7)
26+
activesupport (= 6.1.4.7)
27+
builder (~> 3.1)
28+
erubi (~> 1.4)
29+
rails-dom-testing (~> 2.0)
30+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
31+
activejob (6.1.4.7)
32+
activesupport (= 6.1.4.7)
33+
globalid (>= 0.3.6)
34+
activesupport (6.1.4.7)
35+
concurrent-ruby (~> 1.0, >= 1.0.2)
36+
i18n (>= 1.6, < 2)
37+
minitest (>= 5.1)
38+
tzinfo (~> 2.0)
39+
zeitwerk (~> 2.3)
40+
addressable (2.8.4)
41+
public_suffix (>= 2.0.2, < 6.0)
42+
appraisal (2.5.0)
43+
bundler
44+
rake
45+
thor (>= 0.14.0)
46+
ast (2.4.2)
47+
builder (3.2.4)
48+
concurrent-ruby (1.2.2)
49+
crack (0.4.5)
50+
rexml
51+
crass (1.0.6)
52+
date (3.3.3)
53+
diff-lcs (1.5.0)
54+
erubi (1.12.0)
55+
globalid (1.1.0)
56+
activesupport (>= 5.0)
57+
hashdiff (1.0.1)
58+
i18n (1.14.1)
59+
concurrent-ruby (~> 1.0)
60+
json (2.6.3)
61+
language_server-protocol (3.17.0.3)
62+
loofah (2.21.3)
63+
crass (~> 1.0.2)
64+
nokogiri (>= 1.12.0)
65+
mail (2.8.1)
66+
mini_mime (>= 0.1.1)
67+
net-imap
68+
net-pop
69+
net-smtp
70+
method_source (1.0.0)
71+
mini_mime (1.1.2)
72+
minitest (5.19.0)
73+
net-imap (0.3.7)
74+
date
75+
net-protocol
76+
net-pop (0.1.2)
77+
net-protocol
78+
net-protocol (0.2.1)
79+
timeout
80+
net-smtp (0.3.3)
81+
net-protocol
82+
nokogiri (1.15.3-x86_64-darwin)
83+
racc (~> 1.4)
84+
parallel (1.23.0)
85+
parser (3.2.2.3)
86+
ast (~> 2.4.1)
87+
racc
88+
public_suffix (5.0.3)
89+
racc (1.7.1)
90+
rack (2.2.7)
91+
rack-test (2.1.0)
92+
rack (>= 1.3)
93+
rails-dom-testing (2.1.1)
94+
activesupport (>= 5.0.0)
95+
minitest
96+
nokogiri (>= 1.6)
97+
rails-html-sanitizer (1.6.0)
98+
loofah (~> 2.21)
99+
nokogiri (~> 1.14)
100+
railties (6.1.4.7)
101+
actionpack (= 6.1.4.7)
102+
activesupport (= 6.1.4.7)
103+
method_source
104+
rake (>= 0.13)
105+
thor (~> 1.0)
106+
rainbow (3.1.1)
107+
rake (12.3.3)
108+
regexp_parser (2.8.1)
109+
rexml (3.2.6)
110+
rspec (3.12.0)
111+
rspec-core (~> 3.12.0)
112+
rspec-expectations (~> 3.12.0)
113+
rspec-mocks (~> 3.12.0)
114+
rspec-core (3.12.2)
115+
rspec-support (~> 3.12.0)
116+
rspec-expectations (3.12.3)
117+
diff-lcs (>= 1.2.0, < 2.0)
118+
rspec-support (~> 3.12.0)
119+
rspec-mocks (3.12.6)
120+
diff-lcs (>= 1.2.0, < 2.0)
121+
rspec-support (~> 3.12.0)
122+
rspec-support (3.12.1)
123+
rubocop (1.55.0)
124+
json (~> 2.3)
125+
language_server-protocol (>= 3.17.0)
126+
parallel (~> 1.10)
127+
parser (>= 3.2.2.3)
128+
rainbow (>= 2.2.2, < 4.0)
129+
regexp_parser (>= 1.8, < 3.0)
130+
rexml (>= 3.2.5, < 4.0)
131+
rubocop-ast (>= 1.28.1, < 2.0)
132+
ruby-progressbar (~> 1.7)
133+
unicode-display_width (>= 2.4.0, < 3.0)
134+
rubocop-ast (1.29.0)
135+
parser (>= 3.2.1.0)
136+
rubocop-rake (0.6.0)
137+
rubocop (~> 1.0)
138+
rubocop-rspec (2.0.1)
139+
rubocop (~> 1.0)
140+
rubocop-ast (>= 1.1.0)
141+
ruby-progressbar (1.13.0)
142+
thor (1.2.2)
143+
timeout (0.4.0)
144+
tzinfo (2.0.6)
145+
concurrent-ruby (~> 1.0)
146+
unicode-display_width (2.4.2)
147+
webmock (3.18.1)
148+
addressable (>= 2.8.0)
149+
crack (>= 0.3.2)
150+
hashdiff (>= 0.4.0, < 2.0.0)
151+
zeitwerk (2.6.9)
152+
153+
PLATFORMS
154+
x86_64-darwin-21
155+
156+
DEPENDENCIES
157+
actionmailer (= 6.1.4.7)
158+
appraisal (~> 2.5.0)
159+
railties (= 6.1.4.7)
160+
rake (~> 12.0)
161+
rspec (>= 3.4.0)
162+
rubocop (~> 1.55)
163+
rubocop-rake (~> 0.6.0)
164+
rubocop-rspec (~> 2.0.0)
165+
sparkpost_rails!
166+
webmock (>= 1.24.2)
167+
168+
BUNDLED WITH
169+
2.4.17

gemfiles/rails_7.gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file was generated by Appraisal
2+
3+
source "http://rubygems.org"
4+
5+
gem "actionmailer", "7.0.6"
6+
gem "railties", "7.0.6"
7+
8+
gemspec path: "../"

gemfiles/rails_7.gemfile.lock

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
PATH
2+
remote: ..
3+
specs:
4+
sparkpost_rails (1.5.5)
5+
actionmailer (> 6.1.0, < 8.0.0)
6+
railties (> 6.1.0, < 8.0.0)
7+
8+
GEM
9+
remote: http://rubygems.org/
10+
specs:
11+
actionmailer (7.0.6)
12+
actionpack (= 7.0.6)
13+
actionview (= 7.0.6)
14+
activejob (= 7.0.6)
15+
activesupport (= 7.0.6)
16+
mail (~> 2.5, >= 2.5.4)
17+
net-imap
18+
net-pop
19+
net-smtp
20+
rails-dom-testing (~> 2.0)
21+
actionpack (7.0.6)
22+
actionview (= 7.0.6)
23+
activesupport (= 7.0.6)
24+
rack (~> 2.0, >= 2.2.4)
25+
rack-test (>= 0.6.3)
26+
rails-dom-testing (~> 2.0)
27+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
28+
actionview (7.0.6)
29+
activesupport (= 7.0.6)
30+
builder (~> 3.1)
31+
erubi (~> 1.4)
32+
rails-dom-testing (~> 2.0)
33+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
34+
activejob (7.0.6)
35+
activesupport (= 7.0.6)
36+
globalid (>= 0.3.6)
37+
activesupport (7.0.6)
38+
concurrent-ruby (~> 1.0, >= 1.0.2)
39+
i18n (>= 1.6, < 2)
40+
minitest (>= 5.1)
41+
tzinfo (~> 2.0)
42+
addressable (2.8.4)
43+
public_suffix (>= 2.0.2, < 6.0)
44+
appraisal (2.5.0)
45+
bundler
46+
rake
47+
thor (>= 0.14.0)
48+
ast (2.4.2)
49+
builder (3.2.4)
50+
concurrent-ruby (1.2.2)
51+
crack (0.4.5)
52+
rexml
53+
crass (1.0.6)
54+
date (3.3.3)
55+
diff-lcs (1.5.0)
56+
erubi (1.12.0)
57+
globalid (1.1.0)
58+
activesupport (>= 5.0)
59+
hashdiff (1.0.1)
60+
i18n (1.14.1)
61+
concurrent-ruby (~> 1.0)
62+
json (2.6.3)
63+
language_server-protocol (3.17.0.3)
64+
loofah (2.21.3)
65+
crass (~> 1.0.2)
66+
nokogiri (>= 1.12.0)
67+
mail (2.8.1)
68+
mini_mime (>= 0.1.1)
69+
net-imap
70+
net-pop
71+
net-smtp
72+
method_source (1.0.0)
73+
mini_mime (1.1.2)
74+
minitest (5.19.0)
75+
net-imap (0.3.7)
76+
date
77+
net-protocol
78+
net-pop (0.1.2)
79+
net-protocol
80+
net-protocol (0.2.1)
81+
timeout
82+
net-smtp (0.3.3)
83+
net-protocol
84+
nokogiri (1.15.3-x86_64-darwin)
85+
racc (~> 1.4)
86+
parallel (1.23.0)
87+
parser (3.2.2.3)
88+
ast (~> 2.4.1)
89+
racc
90+
public_suffix (5.0.3)
91+
racc (1.7.1)
92+
rack (2.2.7)
93+
rack-test (2.1.0)
94+
rack (>= 1.3)
95+
rails-dom-testing (2.1.1)
96+
activesupport (>= 5.0.0)
97+
minitest
98+
nokogiri (>= 1.6)
99+
rails-html-sanitizer (1.6.0)
100+
loofah (~> 2.21)
101+
nokogiri (~> 1.14)
102+
railties (7.0.6)
103+
actionpack (= 7.0.6)
104+
activesupport (= 7.0.6)
105+
method_source
106+
rake (>= 12.2)
107+
thor (~> 1.0)
108+
zeitwerk (~> 2.5)
109+
rainbow (3.1.1)
110+
rake (12.3.3)
111+
regexp_parser (2.8.1)
112+
rexml (3.2.6)
113+
rspec (3.12.0)
114+
rspec-core (~> 3.12.0)
115+
rspec-expectations (~> 3.12.0)
116+
rspec-mocks (~> 3.12.0)
117+
rspec-core (3.12.2)
118+
rspec-support (~> 3.12.0)
119+
rspec-expectations (3.12.3)
120+
diff-lcs (>= 1.2.0, < 2.0)
121+
rspec-support (~> 3.12.0)
122+
rspec-mocks (3.12.6)
123+
diff-lcs (>= 1.2.0, < 2.0)
124+
rspec-support (~> 3.12.0)
125+
rspec-support (3.12.1)
126+
rubocop (1.55.0)
127+
json (~> 2.3)
128+
language_server-protocol (>= 3.17.0)
129+
parallel (~> 1.10)
130+
parser (>= 3.2.2.3)
131+
rainbow (>= 2.2.2, < 4.0)
132+
regexp_parser (>= 1.8, < 3.0)
133+
rexml (>= 3.2.5, < 4.0)
134+
rubocop-ast (>= 1.28.1, < 2.0)
135+
ruby-progressbar (~> 1.7)
136+
unicode-display_width (>= 2.4.0, < 3.0)
137+
rubocop-ast (1.29.0)
138+
parser (>= 3.2.1.0)
139+
rubocop-rake (0.6.0)
140+
rubocop (~> 1.0)
141+
rubocop-rspec (2.0.1)
142+
rubocop (~> 1.0)
143+
rubocop-ast (>= 1.1.0)
144+
ruby-progressbar (1.13.0)
145+
thor (1.2.2)
146+
timeout (0.4.0)
147+
tzinfo (2.0.6)
148+
concurrent-ruby (~> 1.0)
149+
unicode-display_width (2.4.2)
150+
webmock (3.18.1)
151+
addressable (>= 2.8.0)
152+
crack (>= 0.3.2)
153+
hashdiff (>= 0.4.0, < 2.0.0)
154+
zeitwerk (2.6.9)
155+
156+
PLATFORMS
157+
x86_64-darwin-21
158+
159+
DEPENDENCIES
160+
actionmailer (= 7.0.6)
161+
appraisal (~> 2.5.0)
162+
railties (= 7.0.6)
163+
rake (~> 12.0)
164+
rspec (>= 3.4.0)
165+
rubocop (~> 1.55)
166+
rubocop-rake (~> 0.6.0)
167+
rubocop-rspec (~> 2.0.0)
168+
sparkpost_rails!
169+
webmock (>= 1.24.2)
170+
171+
BUNDLED WITH
172+
2.4.17

0 commit comments

Comments
 (0)