Skip to content

Commit e4b3a30

Browse files
committed
fix: redcarpet missing issue ci fail
1 parent 0118bf7 commit e4b3a30

9 files changed

+27
-18
lines changed

gemfiles/rails_6_1.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "devise"
66
gem "puma"
7-
gem "sprockets-rails"
8-
gem "sqlite3", "~> 1.7.2"
97
gem "appraisal"
108
gem "standardrb"
119
gem "font-awesome-sass", "~> 5.13.1"
10+
gem "sqlite3", "~> 1.7.2"
11+
gem "sprockets-rails"
1212
gem "rails", "~> 6.1.0"
1313

1414
gemspec path: "../"

gemfiles/rails_6_1.gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ PATH
66
friendly_id (>= 5.2.0)
77
language_filter (>= 0.3.01)
88
rails (>= 4.2)
9+
redcarpet (>= 3.3.4)
910
will_paginate (>= 3.1.0)
1011

1112
GEM
@@ -122,7 +123,7 @@ GEM
122123
net-smtp (0.5.0)
123124
net-protocol
124125
nio4r (2.7.3)
125-
nokogiri (1.16.6-x86_64-linux)
126+
nokogiri (1.16.7-x86_64-linux)
126127
racc (~> 1.4)
127128
orm_adapter (0.5.0)
128129
parallel (1.25.1)
@@ -165,6 +166,7 @@ GEM
165166
thor (~> 1.0)
166167
rainbow (3.1.1)
167168
rake (13.2.1)
169+
redcarpet (3.6.0)
168170
regexp_parser (2.9.2)
169171
responders (3.1.1)
170172
actionpack (>= 5.2)

gemfiles/rails_7.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "devise"
66
gem "puma"
7-
gem "sprockets-rails"
8-
gem "sqlite3", "~> 1.7.2"
97
gem "appraisal"
108
gem "standardrb"
119
gem "font-awesome-sass", "~> 5.13.1"
10+
gem "sqlite3", "~> 1.7.2"
11+
gem "sprockets-rails"
1212
gem "rails", "~> 7.0.0"
1313

1414
gemspec path: "../"

gemfiles/rails_7.gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ PATH
66
friendly_id (>= 5.2.0)
77
language_filter (>= 0.3.01)
88
rails (>= 4.2)
9+
redcarpet (>= 3.3.4)
910
will_paginate (>= 3.1.0)
1011

1112
GEM
@@ -128,7 +129,7 @@ GEM
128129
net-smtp (0.5.0)
129130
net-protocol
130131
nio4r (2.7.3)
131-
nokogiri (1.16.6-x86_64-linux)
132+
nokogiri (1.16.7-x86_64-linux)
132133
racc (~> 1.4)
133134
orm_adapter (0.5.0)
134135
parallel (1.25.1)
@@ -171,6 +172,7 @@ GEM
171172
zeitwerk (~> 2.5)
172173
rainbow (3.1.1)
173174
rake (13.2.1)
175+
redcarpet (3.6.0)
174176
regexp_parser (2.9.2)
175177
responders (3.1.1)
176178
actionpack (>= 5.2)

gemfiles/rails_7_1.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "devise"
66
gem "puma"
7-
gem "sprockets-rails"
8-
gem "sqlite3", "~> 1.7.2"
97
gem "appraisal"
108
gem "standardrb"
119
gem "font-awesome-sass", "~> 5.13.1"
10+
gem "sqlite3", "~> 1.7.2"
11+
gem "sprockets-rails"
1212
gem "rails", "~> 7.1.0"
1313

1414
gemspec path: "../"

gemfiles/rails_7_1.gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ PATH
66
friendly_id (>= 5.2.0)
77
language_filter (>= 0.3.01)
88
rails (>= 4.2)
9+
redcarpet (>= 3.3.4)
910
will_paginate (>= 3.1.0)
1011

1112
GEM
@@ -145,7 +146,7 @@ GEM
145146
net-smtp (0.5.0)
146147
net-protocol
147148
nio4r (2.7.3)
148-
nokogiri (1.16.6-x86_64-linux)
149+
nokogiri (1.16.7-x86_64-linux)
149150
racc (~> 1.4)
150151
orm_adapter (0.5.0)
151152
parallel (1.25.1)
@@ -198,6 +199,7 @@ GEM
198199
rake (13.2.1)
199200
rdoc (6.7.0)
200201
psych (>= 4.0.0)
202+
redcarpet (3.6.0)
201203
regexp_parser (2.9.2)
202204
reline (0.5.9)
203205
io-console (~> 0.5)

gemfiles/rails_main.gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "devise"
66
gem "puma"
7-
gem "sprockets-rails"
8-
gem "sqlite3", "~> 2.0"
97
gem "appraisal"
108
gem "standardrb"
119
gem "font-awesome-sass", "~> 5.13.1"
10+
gem "sqlite3", "~> 2.0"
11+
gem "sprockets-rails"
1212
gem "rails", branch: "main", git: "https://github.com/rails/rails"
1313

1414
gemspec path: "../"

gemfiles/rails_main.gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/rails/rails
3-
revision: 0db535f88d856bcac66faee901df51aa493b639b
3+
revision: c01ee683aa700b109f704a5b6611107fe2dc5476
44
branch: main
55
specs:
66
actioncable (8.0.0.alpha)
@@ -103,6 +103,7 @@ PATH
103103
friendly_id (>= 5.2.0)
104104
language_filter (>= 0.3.01)
105105
rails (>= 4.2)
106+
redcarpet (>= 3.3.4)
106107
will_paginate (>= 3.1.0)
107108

108109
GEM
@@ -177,17 +178,17 @@ GEM
177178
net-smtp (0.5.0)
178179
net-protocol
179180
nio4r (2.7.3)
180-
nokogiri (1.16.6-aarch64-linux)
181+
nokogiri (1.16.7-aarch64-linux)
181182
racc (~> 1.4)
182-
nokogiri (1.16.6-arm-linux)
183+
nokogiri (1.16.7-arm-linux)
183184
racc (~> 1.4)
184-
nokogiri (1.16.6-arm64-darwin)
185+
nokogiri (1.16.7-arm64-darwin)
185186
racc (~> 1.4)
186-
nokogiri (1.16.6-x86-linux)
187+
nokogiri (1.16.7-x86-linux)
187188
racc (~> 1.4)
188-
nokogiri (1.16.6-x86_64-darwin)
189+
nokogiri (1.16.7-x86_64-darwin)
189190
racc (~> 1.4)
190-
nokogiri (1.16.6-x86_64-linux)
191+
nokogiri (1.16.7-x86_64-linux)
191192
racc (~> 1.4)
192193
orm_adapter (0.5.0)
193194
parallel (1.25.1)
@@ -218,6 +219,7 @@ GEM
218219
rake (13.2.1)
219220
rdoc (6.7.0)
220221
psych (>= 4.0.0)
222+
redcarpet (3.6.0)
221223
regexp_parser (2.9.2)
222224
reline (0.5.9)
223225
io-console (~> 0.5)

simple_discussion.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
2727
spec.add_dependency "rails", ">= 4.2"
2828
spec.add_dependency "will_paginate", ">= 3.1.0"
2929
spec.add_dependency "language_filter", ">= 0.3.01"
30+
spec.add_dependency "redcarpet", '>= 3.3.4'
3031

3132
spec.metadata["rubygems_mfa_required"] = "true"
3233
end

0 commit comments

Comments
 (0)