Skip to content

Commit

Permalink
fix: redcarpet missing issue ci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Waishnav committed Jul 28, 2024
1 parent 0118bf7 commit ff24eb5
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 18 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ source "https://rubygems.org"

gem "devise"
gem "puma"
gem "sprockets-rails"
gem "sqlite3", "~> 1.7.2"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "sqlite3", "~> 1.7.2"
gem "sprockets-rails"
gem "rails", "~> 6.1.0"

gemspec path: "../"
4 changes: 3 additions & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
friendly_id (>= 5.2.0)
language_filter (>= 0.3.01)
rails (>= 4.2)
redcarpet (>= 3.3.4)
will_paginate (>= 3.1.0)

GEM
Expand Down Expand Up @@ -122,7 +123,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.25.1)
Expand Down Expand Up @@ -165,6 +166,7 @@ GEM
thor (~> 1.0)
rainbow (3.1.1)
rake (13.2.1)
redcarpet (3.6.0)
regexp_parser (2.9.2)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ source "https://rubygems.org"

gem "devise"
gem "puma"
gem "sprockets-rails"
gem "sqlite3", "~> 1.7.2"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "sqlite3", "~> 1.7.2"
gem "sprockets-rails"
gem "rails", "~> 7.0.0"

gemspec path: "../"
4 changes: 3 additions & 1 deletion gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
friendly_id (>= 5.2.0)
language_filter (>= 0.3.01)
rails (>= 4.2)
redcarpet (>= 3.3.4)
will_paginate (>= 3.1.0)

GEM
Expand Down Expand Up @@ -128,7 +129,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.25.1)
Expand Down Expand Up @@ -171,6 +172,7 @@ GEM
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.2.1)
redcarpet (3.6.0)
regexp_parser (2.9.2)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ source "https://rubygems.org"

gem "devise"
gem "puma"
gem "sprockets-rails"
gem "sqlite3", "~> 1.7.2"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "sqlite3", "~> 1.7.2"
gem "sprockets-rails"
gem "rails", "~> 7.1.0"

gemspec path: "../"
4 changes: 3 additions & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
friendly_id (>= 5.2.0)
language_filter (>= 0.3.01)
rails (>= 4.2)
redcarpet (>= 3.3.4)
will_paginate (>= 3.1.0)

GEM
Expand Down Expand Up @@ -145,7 +146,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.25.1)
Expand Down Expand Up @@ -198,6 +199,7 @@ GEM
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_main.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ source "https://rubygems.org"

gem "devise"
gem "puma"
gem "sprockets-rails"
gem "sqlite3", "~> 2.0"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "sqlite3", "~> 2.0"
gem "sprockets-rails"
gem "rails", branch: "main", git: "https://github.com/rails/rails"

gemspec path: "../"
16 changes: 9 additions & 7 deletions gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails
revision: 0db535f88d856bcac66faee901df51aa493b639b
revision: c01ee683aa700b109f704a5b6611107fe2dc5476
branch: main
specs:
actioncable (8.0.0.alpha)
Expand Down Expand Up @@ -103,6 +103,7 @@ PATH
friendly_id (>= 5.2.0)
language_filter (>= 0.3.01)
rails (>= 4.2)
redcarpet (>= 3.3.4)
will_paginate (>= 3.1.0)

GEM
Expand Down Expand Up @@ -177,17 +178,17 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6-aarch64-linux)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm-linux)
nokogiri (1.16.7-arm-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86-linux)
nokogiri (1.16.7-x86-linux)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.25.1)
Expand Down Expand Up @@ -218,6 +219,7 @@ GEM
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
Expand Down
1 change: 1 addition & 0 deletions simple_discussion.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "rails", ">= 4.2"
spec.add_dependency "will_paginate", ">= 3.1.0"
spec.add_dependency "language_filter", ">= 0.3.01"
spec.add_dependency "redcarpet", ">= 3.3.4"

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

0 comments on commit ff24eb5

Please sign in to comment.