Skip to content

Commit

Permalink
fix: Run tests fail due to unintialize LanguageFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Waishnav committed Jul 7, 2024
1 parent 170347b commit 23c4d1b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ gem "sqlite3", "~> 1.7"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "language_filter"
1 change: 1 addition & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem "sqlite3", "~> 1.7.2"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "language_filter"
gem "rails", "~> 6.1.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ DEPENDENCIES
appraisal
devise
font-awesome-sass (~> 5.13.1)
language_filter
puma
rails (~> 6.1.0)
simple_discussion!
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem "sqlite3", "~> 1.7.2"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "language_filter"
gem "rails", "~> 7.0.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ DEPENDENCIES
appraisal
devise
font-awesome-sass (~> 5.13.1)
language_filter
puma
rails (~> 7.0.0)
simple_discussion!
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem "sqlite3", "~> 1.7.2"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "language_filter"
gem "rails", "~> 7.1.0"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ DEPENDENCIES
appraisal
devise
font-awesome-sass (~> 5.13.1)
language_filter
puma
rails (~> 7.1.0)
simple_discussion!
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_main.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem "sqlite3", "~> 2.0"
gem "appraisal"
gem "standardrb"
gem "font-awesome-sass", "~> 5.13.1"
gem "language_filter"
gem "rails", branch: "main", git: "https://github.com/rails/rails"

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ DEPENDENCIES
appraisal
devise
font-awesome-sass (~> 5.13.1)
language_filter
puma
rails!
simple_discussion!
Expand Down

0 comments on commit 23c4d1b

Please sign in to comment.